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 Messagelib
Commits
c2724fd0
Commit
c2724fd0
authored
Aug 23, 2021
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
11c980b4
Pipeline
#76165
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/messageviewercheckbeforedeletingplugins/messageviewercheckbeforedeletinginterface.h
View file @
c2724fd0
...
...
@@ -34,7 +34,7 @@ public:
void
setParameters
(
const
MessageViewer
::
MessageViewerCheckBeforeDeletingParameters
&
params
);
Q_REQUIRED_RESULT
MessageViewer
::
MessageViewerCheckBeforeDeletingParameters
parameters
()
const
;
virtual
QList
<
QAction
*>
actions
()
const
;
virtual
Q_REQUIRED_RESULT
QList
<
QAction
*>
actions
()
const
;
public
Q_SLOTS
:
virtual
void
reloadConfig
();
...
...
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