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
Tobias Hunger
qt-creator
Commits
1be10d3b
Commit
1be10d3b
authored
Dec 08, 2010
by
hjk
Browse files
debugger: the mainwindow does not have to be in the plugin object pool
parent
a08bf9ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerplugin.cpp
View file @
1be10d3b
...
...
@@ -1424,7 +1424,6 @@ DebuggerPluginPrivate::~DebuggerPluginPrivate()
delete
m_debuggerSettings
;
m_debuggerSettings
=
0
;
m_plugin
->
removeObject
(
m_mainWindow
);
delete
m_mainWindow
;
m_mainWindow
=
0
;
...
...
@@ -1455,7 +1454,6 @@ bool DebuggerPluginPrivate::initialize(const QStringList &arguments,
// Cpp/Qml ui setup
m_mainWindow
=
new
DebuggerMainWindow
;
m_plugin
->
addObject
(
m_mainWindow
);
return
true
;
}
...
...
Write
Preview
Supports
Markdown
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