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
PIM MailCommon
Commits
2c5115f4
Commit
2c5115f4
authored
Aug 02, 2022
by
Laurent Montel
Browse files
Fix mem leak + add signal finished
parent
5f8ee036
Pipeline
#211826
passed with stage
in 9 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mdn/mdnwarningjob.cpp
View file @
2c5115f4
...
...
@@ -61,6 +61,8 @@ void MDNWarningJob::start()
}
}
}
Q_EMIT
finished
();
deleteLater
();
}
const
Akonadi
::
Item
&
MDNWarningJob
::
item
()
const
...
...
src/mdn/mdnwarningjob.h
View file @
2c5115f4
...
...
@@ -42,6 +42,9 @@ public:
Q_REQUIRED_RESULT
ResponseMDN
response
()
const
;
void
setResponse
(
ResponseMDN
newResponse
);
Q_SIGNALS:
void
finished
();
private:
Q_REQUIRED_RESULT
QPair
<
bool
,
KMime
::
MDN
::
SendingMode
>
modifyItem
();
Akonadi
::
Item
mItem
;
...
...
Laurent Montel
@mlaurent
mentioned in commit
ac50406f
·
Aug 03, 2022
mentioned in commit
ac50406f
mentioned in commit ac50406f5caf1f468140f70d761e0bc1ec272f34
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