debugger: remove accidentally duplicated optionspage

Change-Id: Idd82c07d9efc99e5e5b158fe89482a8c6847bbc3
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-12-08 17:10:08 +01:00
committed by hjk
parent 795dc8c9ac
commit d5c8101e02

View File

@@ -3037,9 +3037,6 @@ void DebuggerPluginPrivate::extensionsInitialized()
dock = m_mainWindow->createDockWidget(CppLanguage, localsAndWatchers);
dock->setProperty(DOCKWIDGET_DEFAULT_AREA, Qt::RightDockWidgetArea);
m_commonOptionsPage = new CommonOptionsPage(m_globalDebuggerOptions);
m_plugin->addAutoReleasedObject(m_commonOptionsPage);
// Do not fail to load the whole plugin if something goes wrong here.
QString errorMessage;
if (!parseArguments(m_arguments, &m_cmdLineEnabledEngines, &errorMessage)) {