diff options
author | hjk <hjk@qt.io> | 2017-03-28 18:19:00 +0200 |
---|---|---|
committer | hjk <hjk@qt.io> | 2017-03-30 10:11:02 +0000 |
commit | eee51e8c1d909e518ca175c87e4aebe76088ef2b (patch) | |
tree | 045093050bc79d15340cfdea4b93a18497b058f7 /src/plugins/android/androidruncontrol.cpp | |
parent | c69b6f0ea9793aebd68d9c89d4c6f35d7baa9518 (diff) | |
download | qt-creator-eee51e8c1d909e518ca175c87e4aebe76088ef2b.tar.gz |
Android: Adapt to ProjectExplorer::ToolRunner introduction
Change-Id: I71cc25ef3daa0eee51a4c94285174e0f3b45d41f
Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/android/androidruncontrol.cpp')
-rw-r--r-- | src/plugins/android/androidruncontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidruncontrol.cpp b/src/plugins/android/androidruncontrol.cpp index eb622956e2..2ac929a0b1 100644 --- a/src/plugins/android/androidruncontrol.cpp +++ b/src/plugins/android/androidruncontrol.cpp @@ -38,7 +38,7 @@ using namespace ProjectExplorer; namespace Android { namespace Internal { -AndroidRunControl::AndroidRunControl(AndroidRunConfiguration *rc) +AndroidRunControl::AndroidRunControl(RunConfiguration *rc) : RunControl(rc, ProjectExplorer::Constants::NORMAL_RUN_MODE) , m_runner(new AndroidRunner(this, rc, ProjectExplorer::Constants::NORMAL_RUN_MODE)) { |