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
KMail
Commits
a3ab5b68
Commit
a3ab5b68
authored
Jun 02, 2021
by
Laurent Montel
😁
Browse files
GIT_SILENT: not necessary to use this-> here
parent
494abb81
Pipeline
#63871
passed with stage
in 23 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/kmmainwin.cpp
View file @
a3ab5b68
...
...
@@ -61,7 +61,7 @@ KMMainWin::KMMainWin(QWidget *)
mHamburgerMenu
->
setShowMenuBarAction
(
mShowMenuBarAction
);
mHamburgerMenu
->
setMenuBar
(
menuBar
());
connect
(
mHamburgerMenu
,
&
KHamburgerMenu
::
aboutToShowMenu
,
this
,
[
this
]()
{
this
->
updateHamburgerMenu
();
updateHamburgerMenu
();
// Immediately disconnect. We only need to run this once, but on demand.
// NOTE: The nullptr at the end disconnects all connections between
// q and mHamburgerMenu's aboutToShowMenu signal.
...
...
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