Skip to content
GitLab
Menu
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
7249f371
Commit
7249f371
authored
Nov 19, 2021
by
Laurent Montel
😁
Browse files
Add missing icon
parent
6b9364bf
Pipeline
#99119
passed with stage
in 13 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/followupreminderagent/followupreminderinfowidget.cpp
View file @
7249f371
...
...
@@ -185,7 +185,7 @@ void FollowUpReminderInfoWidget::slotCustomContextMenuRequested(const QPoint &po
showMessage
=
menu
.
addAction
(
i18n
(
"Show Message"
));
menu
.
addSeparator
();
}
showOriginalMessage
=
menu
.
addAction
(
i18n
(
"Show Original Message"
));
showOriginalMessage
=
menu
.
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"mail-message"
)),
i18n
(
"Show Original Message"
));
menu
.
addSeparator
();
}
QAction
*
deleteItem
=
menu
.
addAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"edit-delete"
)),
i18n
(
"Delete"
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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