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
KDE PIM Add-ons
Commits
26cb7165
Commit
26cb7165
authored
Apr 20, 2021
by
Laurent Montel
😁
Browse files
Add icon for configure action
parent
4215e911
Pipeline
#58900
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerplugins/externalscriptplugin/viewerpluginexternalscriptinterface.cpp
View file @
26cb7165
...
...
@@ -129,7 +129,7 @@ void ViewerPluginExternalscriptInterface::createAction(KActionCollection *ac)
if
(
!
infos
.
isEmpty
())
{
menu
->
addSeparator
();
}
QAction
*
act
=
new
QAction
(
i18n
(
"Configure"
),
menu
);
QAction
*
act
=
new
QAction
(
QIcon
::
fromTheme
(
QStringLiteral
(
"settings-configure"
)),
i18n
(
"Configure"
),
menu
);
connect
(
act
,
&
QAction
::
triggered
,
this
,
&
ViewerPluginExternalscriptInterface
::
slotConfigure
);
menu
->
addAction
(
act
);
mainMenu
->
setMenu
(
menu
);
...
...
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