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
KMail
Commits
d4928eef
Commit
d4928eef
authored
Aug 03, 2022
by
Laurent Montel
Browse files
Use finished signal
parent
f9b9539e
Pipeline
#212171
canceled with stage
in 2 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwidget.cpp
View file @
d4928eef
...
...
@@ -1201,7 +1201,9 @@ void KMMainWidget::slotSendMdnResponse(MessageViewer::MDNWarningWidget::Response
job
->
setItem
(
mMessagePane
->
currentItem
());
// TODO job->setResponse(...);
job
->
start
();
// connect(job, &MDNWarningJob::)
connect
(
job
,
&
MDNWarningJob
::
finished
,
this
,
[
this
]()
{
// TODO hide widget ?
});
}
void
KMMainWidget
::
updateMoveAction
(
const
Akonadi
::
CollectionStatistics
&
statistic
)
...
...
Laurent Montel
@mlaurent
mentioned in commit
9ec80926
·
Aug 03, 2022
mentioned in commit
9ec80926
mentioned in commit 9ec809269ae035234182bf29d3cbb2991d2f81f4
Toggle commit list
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