Analyzer: Move extensionInitialized() out of IAnalyzerTool

Change-Id: Idd0913ba798a04f65711591dee14cbb714440cbf
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
hjk
2013-08-08 11:55:54 +02:00
parent d15fb5a75c
commit 4ed17ade89
9 changed files with 52 additions and 57 deletions

View File

@@ -48,14 +48,15 @@ public:
ProjectExplorer::RunMode runMode() const;
ToolMode toolMode() const;
void extensionsInitialized();
Analyzer::AnalyzerRunControl *createRunControl(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration = 0);
QWidget *createWidgets();
void startTool(Analyzer::StartMode mode);
public slots:
void handleShowCostsOfFunction();
private:
CallgrindToolPrivate *d;
};