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
5b7654e8
Commit
5b7654e8
authored
Jun 07, 2021
by
Laurent Montel
Browse files
Add more default action for hamburger action
parent
7fa1a468
Pipeline
#64671
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/editor/kmcomposerwin.cpp
View file @
5b7654e8
...
...
@@ -1453,6 +1453,9 @@ void KMComposerWin::updateHamburgerMenu()
QMenu
*
menu
=
new
QMenu
;
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"new_composer"
)));
menu
->
addSeparator
();
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Undo
))));
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Redo
))));
menu
->
addSeparator
();
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Print
))));
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
PrintPreview
))));
menu
->
addSeparator
();
...
...
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