forked from qt-creator/qt-creator
Android: Adapt to ProjectExplorer::ToolRunner introduction
Change-Id: I71cc25ef3daa0eee51a4c94285174e0f3b45d41f Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -50,8 +50,7 @@ class AndroidRunner : public QObject
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
AndroidRunner(QObject *parent, AndroidRunConfiguration *runConfig,
|
||||
Core::Id runMode);
|
||||
AndroidRunner(QObject *parent, ProjectExplorer::RunConfiguration *runConfig, Core::Id runMode);
|
||||
~AndroidRunner();
|
||||
|
||||
QString displayName() const;
|
||||
|
||||
Reference in New Issue
Block a user