Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
libkcddb
Commits
50883018
Commit
50883018
authored
Jul 30, 2022
by
Laurent Montel
Browse files
KMessageBox::sorry is deprecated in kf5.97
parent
a779c9f6
Pipeline
#210548
passed with stage
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kcmcddb/kcmcddb.cpp
View file @
50883018
...
...
@@ -68,7 +68,7 @@ CDDBModule::checkSettings() const
{
if
(
config
.
freedbSubmitTransport
()
==
KCDDB
::
Submit
::
SMTP
)
{
KMessageBox
::
sorry
(
widget_
,
i18n
(
"freedb has been set to use HTTP for submissions "
KMessageBox
::
error
(
widget_
,
i18n
(
"freedb has been set to use HTTP for submissions "
"because the email details you have entered are "
"incomplete. Please review your email settings "
"and try again."
),
i18n
(
"Incorrect Email Settings"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment