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
KAddressBook
Commits
617e4254
Commit
617e4254
authored
Jul 16, 2021
by
Laurent Montel
Browse files
Add parent to qmenu
(cherry picked from commit
1e41e97f
)
parent
d92a7011
Pipeline
#70587
failed with stage
in 3 minutes and 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
617e4254
...
...
@@ -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
();
...
...
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