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
a07091bb
Commit
a07091bb
authored
Sep 05, 2022
by
Laurent Montel
Browse files
Add missing Q_REQUIRED_RESULT
parent
bb942680
Changes
1
Hide whitespace changes
Inline
Side-by-side
agents/followupreminderagent/followupreminderinfowidget.h
View file @
a07091bb
...
...
@@ -41,7 +41,7 @@ public:
void
setInfo
(
const
QList
<
FollowUpReminder
::
FollowUpReminderInfo
*>
&
infoList
);
bool
save
()
const
;
Q_REQUIRED_RESULT
bool
save
()
const
;
void
load
();
Q_REQUIRED_RESULT
QList
<
qint32
>
listRemoveId
()
const
;
...
...
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