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
KDE PIM Add-ons
Commits
894fa649
Commit
894fa649
authored
Dec 17, 2021
by
Laurent Montel
😁
Browse files
Add missing Q_REQUIRED_RESULT
parent
9c2cb26b
Pipeline
#111341
failed with stage
in 10 minutes and 54 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/editorconvertertextplugins/markdown/markdownlib/markdownconfiguredialog.h
View file @
894fa649
...
...
@@ -17,7 +17,7 @@ public:
~
MarkdownConfigureDialog
()
override
;
protected:
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
reset
()
override
;
...
...
kmail/editorinitplugins/externalcomposer/externalcomposerconfiguredialog.h
View file @
894fa649
...
...
@@ -17,7 +17,7 @@ public:
~
ExternalComposerConfigureDialog
()
override
;
protected:
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
reset
()
override
;
...
...
kmail/editorsendcheckplugins/automaticaddcontacts/automaticaddcontactsconfiguredialog.h
View file @
894fa649
...
...
@@ -17,7 +17,7 @@ public:
~
AutomaticAddContactsConfigureDialog
()
override
;
protected:
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
reset
()
override
;
...
...
kmail/editorsendcheckplugins/checkbeforesend/configurewidget/checkbeforesendconfiguredialog.h
View file @
894fa649
...
...
@@ -16,7 +16,7 @@ public:
~
CheckBeforeSendConfigureDialog
()
override
;
protected:
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
reset
()
override
;
...
...
kmail/editorsendcheckplugins/confirm-address/confirmaddressconfiguredialog.h
View file @
894fa649
...
...
@@ -16,7 +16,7 @@ public:
~
ConfirmAddressConfigureDialog
()
override
;
protected:
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
reset
()
override
;
...
...
plugins/messageviewerconfigureplugins/gravatar/gravatarconfiguresettingsplugindialog.h
View file @
894fa649
...
...
@@ -15,7 +15,7 @@ public:
explicit
GravatarConfigureSettingsPluginDialog
(
QWidget
*
parent
=
nullptr
);
~
GravatarConfigureSettingsPluginDialog
()
override
;
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
reset
()
override
;
...
...
plugins/messageviewerplugins/externalscriptplugin/configuredialog/viewerpluginexternalconfiguredialog.h
View file @
894fa649
...
...
@@ -16,7 +16,7 @@ public:
~
ViewerPluginExternalConfigureDialog
()
override
;
protected:
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
help
()
override
;
...
...
plugins/webengineurlinterceptor/adblock/lib/widgets/adblockpluginurlinterceptorconfiguredialog.h
View file @
894fa649
...
...
@@ -21,7 +21,7 @@ public:
~
AdblockPluginUrlInterceptorConfigureDialog
()
override
;
protected:
QWidget
*
createLayout
()
override
;
Q_REQUIRED_RESULT
QWidget
*
createLayout
()
override
;
void
save
()
override
;
void
load
()
override
;
void
reset
()
override
;
...
...
Write
Preview
Supports
Markdown
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