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:
@@ -28,9 +28,8 @@
|
||||
#include <projectexplorer/runconfiguration.h>
|
||||
|
||||
namespace Android {
|
||||
class AndroidRunConfiguration;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class AndroidRunner;
|
||||
|
||||
class AndroidRunControl : public ProjectExplorer::RunControl
|
||||
@@ -38,7 +37,7 @@ class AndroidRunControl : public ProjectExplorer::RunControl
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit AndroidRunControl(AndroidRunConfiguration *runConfig);
|
||||
explicit AndroidRunControl(ProjectExplorer::RunConfiguration *runConfig);
|
||||
~AndroidRunControl() override;
|
||||
|
||||
void start() override;
|
||||
|
||||
Reference in New Issue
Block a user