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
KontactInterface
Commits
0b490407
Commit
0b490407
authored
Dec 21, 2020
by
Laurent Montel
😁
Browse files
Add explicit/override remove not necessary Q_REQUIRED_RESULT
parent
c4d334e9
Pipeline
#44850
passed with stage
in 6 minutes and 56 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/pimuniqueapplication.h
View file @
0b490407
...
...
@@ -32,7 +32,7 @@ class KONTACTINTERFACE_EXPORT PimUniqueApplication : public QApplication
public:
explicit
PimUniqueApplication
(
int
&
argc
,
char
**
argv
[]);
~
PimUniqueApplication
();
~
PimUniqueApplication
()
override
;
void
setAboutData
(
KAboutData
&
aboutData
);
...
...
src/plugin.h
View file @
0b490407
...
...
@@ -220,7 +220,7 @@ public:
/**
* Registers the client at DBus and returns the dbus identifier.
*/
Q_REQUIRED_RESULT
QString
registerClient
();
QString
registerClient
();
/**
* Return the weight of the plugin. The higher the weight the lower it will
...
...
src/uniqueapphandler.h
View file @
0b490407
...
...
@@ -31,7 +31,7 @@ class KONTACTINTERFACE_EXPORT UniqueAppHandler : public QObject
Q_CLASSINFO
(
"D-Bus Interface"
,
"org.kde.PIMUniqueApplication"
)
public:
UniqueAppHandler
(
Plugin
*
plugin
);
explicit
UniqueAppHandler
(
Plugin
*
plugin
);
~
UniqueAppHandler
()
override
;
/// This must be reimplemented so that app-specific command line options can be parsed
...
...
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