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
PIM
KMailTransport
Commits
dd93c918
Commit
dd93c918
authored
Oct 18, 2022
by
Laurent Montel
Browse files
Make it compile without deprecated methods
parent
47377610
Pipeline
#249897
passed with stage
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmailtransport/transportmanager.cpp
View file @
dd93c918
...
...
@@ -251,7 +251,8 @@ bool TransportManager::showTransportCreationDialog(QWidget *parent, ShowConditio
KMessageBox
::
WarningContinueCancel
,
i18n
(
"You must create an outgoing account before sending."
),
i18n
(
"Create Account Now?"
),
KGuiItem
(
i18n
(
"Create Account Now"
)));
KGuiItem
(
i18n
(
"Create Account Now"
)),
KStandardGuiItem
::
cancel
());
if
(
response
!=
KMessageBox
::
Continue
)
{
return
false
;
}
...
...
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