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
4b57fc57
Commit
4b57fc57
authored
Jan 05, 2022
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
e5ec0826
Pipeline
#118983
passed with stage
in 5 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kontactplugin/kmail/kmail_plugin.h
View file @
4b57fc57
...
...
@@ -41,7 +41,7 @@ public:
~
KMailPlugin
()
override
;
Q_REQUIRED_RESULT
bool
isRunningStandalone
()
const
override
;
KontactInterface
::
Summary
*
createSummaryWidget
(
QWidget
*
parent
)
override
;
Q_REQUIRED_RESULT
KontactInterface
::
Summary
*
createSummaryWidget
(
QWidget
*
parent
)
override
;
Q_REQUIRED_RESULT
int
weight
()
const
override
;
Q_REQUIRED_RESULT
QStringList
invisibleToolbarActions
()
const
override
;
...
...
@@ -53,7 +53,7 @@ protected:
KParts
::
Part
*
createPart
()
override
;
void
openComposer
(
const
QUrl
&
attach
=
QUrl
());
void
openComposer
(
const
QString
&
to
);
bool
canDecodeMimeData
(
const
QMimeData
*
)
const
override
;
Q_REQUIRED_RESULT
bool
canDecodeMimeData
(
const
QMimeData
*
)
const
override
;
void
processDropEvent
(
QDropEvent
*
)
override
;
protected
Q_SLOTS
:
...
...
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