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
KMail
Commits
dce18d54
Commit
dce18d54
authored
Sep 06, 2022
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
ae78a89a
Pipeline
#227850
passed with stage
in 7 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/unifiedmailboxagent/mailkernel.h
View file @
dce18d54
...
...
@@ -37,12 +37,12 @@ public:
Akonadi
::
ChangeRecorder
*
folderCollectionMonitor
()
const
override
;
void
updateSystemTray
()
override
;
qreal
closeToQuotaThreshold
()
override
;
bool
excludeImportantMailFromExpiry
()
override
;
QStringList
customTemplates
()
override
;
Akonadi
::
Collection
::
Id
lastSelectedFolder
()
override
;
Q_REQUIRED_RESULT
qreal
closeToQuotaThreshold
()
override
;
Q_REQUIRED_RESULT
bool
excludeImportantMailFromExpiry
()
override
;
Q_REQUIRED_RESULT
QStringList
customTemplates
()
override
;
Q_REQUIRED_RESULT
Akonadi
::
Collection
::
Id
lastSelectedFolder
()
override
;
void
setLastSelectedFolder
(
Akonadi
::
Collection
::
Id
col
)
override
;
bool
showPopupAfterDnD
()
override
;
Q_REQUIRED_RESULT
bool
showPopupAfterDnD
()
override
;
void
expunge
(
Akonadi
::
Collection
::
Id
id
,
bool
sync
)
override
;
private:
...
...
agents/unifiedmailboxagent/unifiedmailbox.h
View file @
dce18d54
...
...
@@ -31,7 +31,7 @@ public:
void
save
(
KConfigGroup
&
group
)
const
;
void
load
(
const
KConfigGroup
&
group
);
bool
isSpecial
()
const
;
Q_REQUIRED_RESULT
bool
isSpecial
()
const
;
Q_REQUIRED_RESULT
qint64
collectionId
()
const
;
void
setCollectionId
(
qint64
id
);
...
...
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