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
Graphics
Gwenview
Commits
62986703
Commit
62986703
authored
Feb 09, 2022
by
Laurent Montel
😁
Browse files
Fix mem leak
parent
bb3c2466
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/mainwindow.cpp
View file @
62986703
...
...
@@ -530,7 +530,7 @@ struct MainWindow::Private {
});
#endif
auto
alignWithSideBarWidgetAction
=
new
AlignWithSideBarWidgetAction
();
auto
alignWithSideBarWidgetAction
=
new
AlignWithSideBarWidgetAction
(
q
);
alignWithSideBarWidgetAction
->
setSideBar
(
mSideBar
);
actionCollection
->
addAction
(
"align_with_sidebar"
,
alignWithSideBarWidgetAction
);
...
...
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