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
54af1316
Commit
54af1316
authored
Sep 07, 2022
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
97fedbfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/plugins/checkgravatar/gravatar/job/gravatarupdatejob.h
View file @
54af1316
...
...
@@ -23,7 +23,7 @@ public:
~
GravatarUpdateJob
()
override
;
void
start
();
bool
canStart
()
const
;
Q_REQUIRED_RESULT
bool
canStart
()
const
;
Q_REQUIRED_RESULT
QString
email
()
const
;
void
setEmail
(
const
QString
&
email
);
...
...
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