summaryrefslogtreecommitdiff
path: root/src/plugins/android/androiddevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/android/androiddevice.h')
-rw-r--r--src/plugins/android/androiddevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/android/androiddevice.h b/src/plugins/android/androiddevice.h
index 551d39b934..cf8046cfa9 100644
--- a/src/plugins/android/androiddevice.h
+++ b/src/plugins/android/androiddevice.h
@@ -15,7 +15,7 @@
#include <QFileSystemWatcher>
#include <QSettings>
-namespace Utils { class QtcProcess; }
+namespace Utils { class Process; }
namespace Android {
namespace Internal {
@@ -108,7 +108,7 @@ private:
QFutureWatcher<AndroidDeviceInfoList> m_avdsFutureWatcher;
QFutureWatcher<QPair<ProjectExplorer::IDevice::ConstPtr, bool>> m_removeAvdFutureWatcher;
QFileSystemWatcher m_avdFileSystemWatcher;
- std::unique_ptr<Utils::QtcProcess> m_adbDeviceWatcherProcess;
+ std::unique_ptr<Utils::Process> m_adbDeviceWatcherProcess;
AndroidConfig &m_androidConfig;
AndroidAvdManager m_avdManager;