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
bb942680
Commit
bb942680
authored
Sep 05, 2022
by
Laurent Montel
Browse files
add comment
parent
efb58efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
agents/followupreminderagent/followupremindermanager.cpp
View file @
bb942680
...
...
@@ -162,6 +162,7 @@ QString FollowUpReminderManager::printDebugInfo() const
{
QString
infoStr
;
if
(
mFollowUpReminderInfoList
.
isEmpty
())
{
// Don't translate it. => debug info.
infoStr
=
QStringLiteral
(
"No mail"
);
}
else
{
for
(
FollowUpReminder
::
FollowUpReminderInfo
*
info
:
std
::
as_const
(
mFollowUpReminderInfoList
))
{
...
...
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