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:
hjk
2017-03-28 18:19:00 +02:00
parent c69b6f0ea9
commit eee51e8c1d
9 changed files with 58 additions and 71 deletions

View File

@@ -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;