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
3ac2bd79
Commit
3ac2bd79
authored
Sep 03, 2022
by
Laurent Montel
Browse files
Add Q_REQUIRED_RESULT
parent
e9b2221f
Pipeline
#226791
passed with stage
in 4 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/followupreminderagent/followupreminderinfo.h
View file @
3ac2bd79
...
...
@@ -43,7 +43,7 @@ public:
Q_REQUIRED_RESULT
QString
subject
()
const
;
void
setSubject
(
const
QString
&
subject
);
bool
operator
==
(
const
FollowUpReminderInfo
&
other
)
const
;
Q_REQUIRED_RESULT
bool
operator
==
(
const
FollowUpReminderInfo
&
other
)
const
;
Q_REQUIRED_RESULT
bool
answerWasReceived
()
const
;
void
setAnswerWasReceived
(
bool
answerWasReceived
);
...
...
agents/followupreminderagent/followupreminderutil.h
View file @
3ac2bd79
...
...
@@ -23,7 +23,7 @@ void reload();
void
forceReparseConfiguration
();
KSharedConfig
::
Ptr
defaultConfig
();
Q_REQUIRED_RESULT
KSharedConfig
::
Ptr
defaultConfig
();
void
writeFollowupReminderInfo
(
KSharedConfig
::
Ptr
config
,
FollowUpReminder
::
FollowUpReminderInfo
*
info
,
bool
forceReload
);
...
...
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