Skip to content
GitLab
Menu
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
56cb5495
Commit
56cb5495
authored
Oct 13, 2020
by
Laurent Montel
😁
Browse files
Clean up
parent
a423f9b5
Pipeline
#37541
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/filter/mdnadvicedialog.cpp
View file @
56cb5495
...
...
@@ -5,11 +5,8 @@
*/
#include "mdnadvicedialog.h"
#include "kernel/mailkernel.h"
#include "mailcommon_debug.h"
#include <MimeTreeParser/ObjectTreeParser>
#include <KLocalizedString>
#include <KMessageBox>
...
...
src/filter/mdnadvicedialog.h
View file @
56cb5495
...
...
@@ -19,10 +19,10 @@ class MAILCOMMON_EXPORT MDNAdviceDialog : public QDialog
Q_OBJECT
public:
MDNAdviceDialog
(
const
QString
&
text
,
bool
canDeny
,
QWidget
*
parent
=
nullptr
);
explicit
MDNAdviceDialog
(
const
QString
&
text
,
bool
canDeny
,
QWidget
*
parent
=
nullptr
);
~
MDNAdviceDialog
();
MessageComposer
::
MDNAdvice
result
()
const
;
Q_REQUIRED_RESULT
MessageComposer
::
MDNAdvice
result
()
const
;
private:
void
slotUser1Clicked
();
...
...
@@ -30,10 +30,6 @@ private:
void
slotYesClicked
();
MessageComposer
::
MDNAdvice
m_result
=
MessageComposer
::
MDNIgnore
;
protected:
// Reimplemented
void
slotButtonClicked
(
int
button
);
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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