Adjust to Analyzer core changes

Change-Id: I2985b1be505f9aa43f2a8615a8dfcafaeb991e21
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
André Pönitz
2015-02-20 10:05:44 +01:00
committed by Andre Poenitz
parent 4495ab283c
commit 6ac1dc95fd
3 changed files with 3 additions and 6 deletions

View File

@@ -49,7 +49,7 @@ public:
QWidget *createWidgets();
Analyzer::AnalyzerRunControl *createRunControl(const Analyzer::AnalyzerStartParameters &sp,
ProjectExplorer::RunConfiguration *runConfiguration);
void startTool(Analyzer::StartMode mode);
void startTool();
signals:
void finished(); // For testing.