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
KAddressBook
Commits
13a64a4d
Commit
13a64a4d
authored
May 31, 2021
by
Laurent Montel
😁
Browse files
Theses actions are already in toolbar
parent
2b547147
Pipeline
#63641
passed with stage
in 6 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
13a64a4d
...
...
@@ -87,11 +87,6 @@ void MainWindow::initActions()
void
MainWindow
::
updateHamburgerMenu
()
{
QMenu
*
menu
=
new
QMenu
;
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"akonadi_contact_create"
)));
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"akonadi_contact_group_create"
)));
menu
->
addSeparator
();
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"akonadi_contact_item_edit"
)));
menu
->
addSeparator
();
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Print
))));
menu
->
addSeparator
();
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Quit
))));
...
...
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