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
2b06af16
Commit
2b06af16
authored
Sep 12, 2022
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
8759b391
Pipeline
#230763
failed with stage
in 8 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/newmailnotifier/newmailnotifieragent.h
View file @
2b06af16
...
...
@@ -54,11 +54,11 @@ private:
void
slotIdentitiesChanged
();
void
slotInstanceNameChanged
(
const
Akonadi
::
AgentInstance
&
instance
);
void
slotSay
(
const
QString
&
message
);
bool
excludeAgentType
(
const
Akonadi
::
AgentInstance
&
instance
);
bool
ignoreStatusMail
(
const
Akonadi
::
Item
&
item
);
bool
isActive
()
const
;
Q_REQUIRED_RESULT
bool
excludeAgentType
(
const
Akonadi
::
AgentInstance
&
instance
);
Q_REQUIRED_RESULT
bool
ignoreStatusMail
(
const
Akonadi
::
Item
&
item
);
Q_REQUIRED_RESULT
bool
isActive
()
const
;
void
clearAll
();
bool
excludeSpecialCollection
(
const
Akonadi
::
Collection
&
collection
)
const
;
Q_REQUIRED_RESULT
bool
excludeSpecialCollection
(
const
Akonadi
::
Collection
&
collection
)
const
;
void
slotReloadConfiguration
();
QString
mDefaultIconName
;
QStringList
mListEmails
;
...
...
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