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
32e74a86
Commit
32e74a86
authored
Apr 23, 2021
by
Laurent Montel
😁
Browse files
Add seperator
parent
cc4cb9cf
Pipeline
#59371
passed with stage
in 52 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
plugins/messageviewerplugins/externalscriptplugin/viewerpluginexternalscriptinterface.cpp
View file @
32e74a86
...
...
@@ -133,7 +133,9 @@ void ViewerPluginExternalscriptInterface::createAction(KActionCollection *ac)
connect
(
act
,
&
QAction
::
triggered
,
this
,
&
ViewerPluginExternalscriptInterface
::
slotConfigure
);
menu
->
addAction
(
act
);
mainMenu
->
setMenu
(
menu
);
mAction
<<
mainMenu
;
act
=
new
QAction
(
menu
);
act
->
setSeparator
(
true
);
mAction
<<
mainMenu
<<
act
;
}
}
...
...
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