forked from qt-creator/qt-creator
Analyzer: Remove AnalyzerStartParameters from AnalyzerRunControl ctor
Change-Id: I0f7e982a9144469869e0c42daedfb411789511ca Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
@@ -40,8 +40,7 @@ class MemcheckRunControl : public ValgrindRunControl
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MemcheckRunControl(const Analyzer::AnalyzerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *runConfiguration,
|
||||
MemcheckRunControl(ProjectExplorer::RunConfiguration *runConfiguration,
|
||||
Core::Id runMode);
|
||||
|
||||
bool startEngine() override;
|
||||
@@ -69,8 +68,7 @@ class MemcheckWithGdbRunControl : public MemcheckRunControl
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
MemcheckWithGdbRunControl(const Analyzer::AnalyzerStartParameters &sp,
|
||||
ProjectExplorer::RunConfiguration *runConfiguration);
|
||||
MemcheckWithGdbRunControl(ProjectExplorer::RunConfiguration *runConfiguration);
|
||||
|
||||
protected:
|
||||
QStringList toolArguments() const override;
|
||||
|
||||
Reference in New Issue
Block a user