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
KDE PIM Add-ons
Commits
a48989c3
Commit
a48989c3
authored
Apr 14, 2021
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
f190945f
Changes
1
Hide whitespace changes
Inline
Side-by-side
kmail/editorplugins/quicktext/quicktextmenu.h
View file @
a48989c3
...
@@ -21,7 +21,7 @@ class QUICKTEXT_EXPORT QuickTextMenu : public QObject
...
@@ -21,7 +21,7 @@ class QUICKTEXT_EXPORT QuickTextMenu : public QObject
public:
public:
explicit
QuickTextMenu
(
QWidget
*
parentWidget
,
QObject
*
parent
=
nullptr
);
explicit
QuickTextMenu
(
QWidget
*
parentWidget
,
QObject
*
parent
=
nullptr
);
~
QuickTextMenu
()
override
;
~
QuickTextMenu
()
override
;
QMenu
*
menu
()
const
;
Q_REQUIRED_RESULT
QMenu
*
menu
()
const
;
void
setPluginComposerInterface
(
MessageComposer
::
PluginComposerInterface
*
composerInterface
);
void
setPluginComposerInterface
(
MessageComposer
::
PluginComposerInterface
*
composerInterface
);
...
...
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