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
Tobias Hunger
qt-creator
Commits
affdf9c7
Commit
affdf9c7
authored
Jan 30, 2009
by
dt
Browse files
Fixes: Memory leak in generalsettings
Task: - RevBy: - AutoTest: - Details: -
parent
f68c9a3a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/generalsettings.cpp
View file @
affdf9c7
...
...
@@ -64,7 +64,7 @@ QString GeneralSettings::trCategory() const
QWidget
*
GeneralSettings
::
createPage
(
QWidget
*
parent
)
{
m_page
=
new
Ui_GeneralSettings
;
m_page
=
new
Ui_GeneralSettings
(
parent
)
;
QWidget
*
w
=
new
QWidget
(
parent
);
m_page
->
setupUi
(
w
);
...
...
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