aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddebugsupport.h
diff options
context:
space:
mode:
authorhjk <hjk121@nokiamail.com>2014-12-12 15:33:16 +0100
committerhjk <hjk121@nokiamail.com>2014-12-15 17:23:48 +0100
commitaff13fdf27b50dff9919fb45ac7703fc851174b1 (patch)
tree94de1406c69330abda1413a29c377812bc9dd333 /src/plugins/android/androiddebugsupport.h
parent8f7bd19600a03427cac095d9f7937a103a158bb9 (diff)
Debugger: Make DebuggerEngine internal
Expose less of debugger internals to the device plugins. Change-Id: Ie78756b033fae3fe02bff92eadf26b7319990605 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/android/androiddebugsupport.h')
-rw-r--r--src/plugins/android/androiddebugsupport.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/android/androiddebugsupport.h b/src/plugins/android/androiddebugsupport.h
index 48dd9ace23..1e96a3224a 100644
--- a/src/plugins/android/androiddebugsupport.h
+++ b/src/plugins/android/androiddebugsupport.h
@@ -33,10 +33,7 @@
#include "androidrunconfiguration.h"
-namespace Debugger {
-class DebuggerEngine;
-class DebuggerRunControl;
-}
+namespace Debugger { class DebuggerRunControl; }
namespace ProjectExplorer { class RunControl; }
@@ -60,7 +57,6 @@ public:
private:
void handleRemoteProcessStarted(int gdbServerPort, int qmlPort);
- Debugger::DebuggerEngine *m_engine;
Debugger::DebuggerRunControl *m_runControl;
AndroidRunner * const m_runner;
};