forked from qt-creator/qt-creator
Analyzer: Use the run mode stored in the parameters instead of a copy
Change-Id: I045622efa22bfcb26f9161556ccbbfb3df08599d Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -48,7 +48,7 @@ class AndroidAnalyzeSupport : public AndroidRunSupport
|
||||
|
||||
public:
|
||||
static ProjectExplorer::RunControl *createAnalyzeRunControl(AndroidRunConfiguration *runConfig,
|
||||
ProjectExplorer::RunMode runMode, QString *errorMessage);
|
||||
ProjectExplorer::RunMode runMode);
|
||||
|
||||
AndroidAnalyzeSupport(AndroidRunConfiguration *runConfig,
|
||||
Analyzer::AnalyzerRunControl *runControl);
|
||||
|
||||
Reference in New Issue
Block a user