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 Runtime
Commits
8276fff0
Commit
8276fff0
authored
Sep 14, 2022
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
65c40797
Pipeline
#231644
failed with stage
in 6 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/contacts/contactsresource.h
View file @
8276fff0
...
...
@@ -59,7 +59,7 @@ private:
void
initializeDirectory
(
const
QString
&
path
)
const
;
Q_REQUIRED_RESULT
Akonadi
::
Collection
::
Rights
supportedRights
(
bool
isResourceCollection
)
const
;
Q_REQUIRED_RESULT
QString
directoryForCollection
(
const
Akonadi
::
Collection
&
collection
)
const
;
bool
doRetrieveItem
(
Akonadi
::
Item
&
item
);
Q_REQUIRED_RESULT
bool
doRetrieveItem
(
Akonadi
::
Item
&
item
);
private:
QStringList
mSupportedMimeTypes
;
...
...
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