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
1e41e97f
Commit
1e41e97f
authored
Jul 16, 2021
by
Laurent Montel
😁
Browse files
Add parent to qmenu
parent
79f2457d
Pipeline
#70586
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
1e41e97f
...
...
@@ -89,7 +89,7 @@ void MainWindow::initActions()
void
MainWindow
::
updateHamburgerMenu
()
{
QMenu
*
menu
=
new
QMenu
;
QMenu
*
menu
=
new
QMenu
(
this
)
;
menu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"akonadi_resource_create"
)));
menu
->
addSeparator
();
...
...
Laurent Montel
😁
@mlaurent
mentioned in commit
617e4254
·
Jul 16, 2021
mentioned in commit
617e4254
mentioned in commit 617e4254f3541853d91f60d12e37f5d0762e8836
Toggle commit list
Write
Preview
Supports
Markdown
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