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
PIM Messagelib
Commits
56c9f652
Commit
56c9f652
authored
Apr 20, 2021
by
Laurent Montel
😁
Browse files
Add icon for configure action
parent
a00a4c05
Pipeline
#58899
passed with stage
in 39 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messageviewer/src/remote-content/remotecontentmenu.cpp
View file @
56c9f652
...
...
@@ -16,7 +16,7 @@
using
namespace
MessageViewer
;
RemoteContentMenu
::
RemoteContentMenu
(
QWidget
*
parent
)
:
QMenu
(
parent
)
,
mConfigureRemoteContentAction
(
new
QAction
(
i18n
(
"Configure"
),
this
))
,
mConfigureRemoteContentAction
(
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"settings-configure"
)),
i18n
(
"Configure"
),
this
))
{
setTitle
(
i18n
(
"Remote Content"
));
connect
(
this
,
&
QMenu
::
aboutToShow
,
this
,
&
RemoteContentMenu
::
updateMenu
);
...
...
Write
Preview
Markdown
is supported
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