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
KDE PIM Add-ons
Commits
814f38d2
Commit
814f38d2
authored
Oct 17, 2022
by
Laurent Montel
Browse files
Fix warning
parent
c17ff041
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmail/plugins/akonadidatabasetools/akonadidatabasetoolsplugininterface.cpp
View file @
814f38d2
...
...
@@ -75,7 +75,7 @@ void AkonadiDatabaseToolsPluginInterface::exec()
job
->
setTool
(
mTool
);
connect
(
job
,
&
AkonadiDatabaseToolsJob
::
receivedStandardError
,
dlg
,
&
AkonadiDatabaseToolsDialog
::
appendErrorText
);
connect
(
job
,
&
AkonadiDatabaseToolsJob
::
receivedStandardOutput
,
dlg
,
&
AkonadiDatabaseToolsDialog
::
appendText
);
connect
(
job
,
&
AkonadiDatabaseToolsJob
::
finished
,
dlg
,
[
this
,
dlg
]()
{
connect
(
job
,
&
AkonadiDatabaseToolsJob
::
finished
,
dlg
,
[
dlg
]()
{
dlg
->
appendText
(
QStringLiteral
(
"---------"
));
dlg
->
appendText
(
i18n
(
"Finished."
));
});
...
...
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