forked from qt-creator/qt-creator
analyzer: finish split of tools into "tools-with-modes"
Change-Id: I82b61c07172a33b861a7d6db903ac2516019498b Reviewed-on: http://codereview.qt.nokia.com/1054 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -229,11 +229,6 @@ void MemcheckTool::settingsDestroyed(QObject *settings)
|
||||
m_settings = AnalyzerGlobalSettings::instance();
|
||||
}
|
||||
|
||||
void MemcheckTool::extensionsInitialized()
|
||||
{
|
||||
//ensureWidgets(); // FIXME: Try to do that later.
|
||||
}
|
||||
|
||||
void MemcheckTool::maybeActiveRunConfigurationChanged()
|
||||
{
|
||||
ensureWidgets();
|
||||
@@ -308,7 +303,7 @@ QString MemcheckTool::description() const
|
||||
"memory leaks");
|
||||
}
|
||||
|
||||
IAnalyzerTool::ToolMode MemcheckTool::mode() const
|
||||
IAnalyzerTool::ToolMode MemcheckTool::toolMode() const
|
||||
{
|
||||
return DebugMode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user