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
Akregator
Commits
b36b5ccb
Commit
b36b5ccb
authored
Jul 16, 2021
by
Laurent Montel
😁
Browse files
Add parent to menu
parent
b80a3c49
Pipeline
#70584
failed with stage
in 3 minutes and 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
b36b5ccb
...
...
@@ -83,7 +83,7 @@ MainWindow::MainWindow(QWidget *parent)
void
MainWindow
::
updateHamburgerMenu
()
{
QMenu
*
menu
=
new
QMenu
;
QMenu
*
menu
=
new
QMenu
(
this
)
;
menu
->
addAction
(
actionCollection
()
->
action
(
QLatin1String
(
KStandardAction
::
name
(
KStandardAction
::
Quit
))));
mHamburgerMenu
->
setMenu
(
menu
);
}
...
...
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