aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddebugsupport.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-14 15:52:17 +0200
committerhjk <qthjk@ovi.com>2012-08-22 08:46:38 +0200
commit0e8ac9b6638d8f88f82d63a15531083363c520a7 (patch)
tree71d2c4d596535438ebc0ad085719947682a0de89 /src/plugins/android/androiddebugsupport.h
parent90dae0252824d906a8a8eb2e9d3fbe12ab47a075 (diff)
android: simplify code, pull out common subexpressions
Change-Id: If3540328c0f2f0af375ccaba2e10c5417e8f1ed9 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/android/androiddebugsupport.h')
-rw-r--r--src/plugins/android/androiddebugsupport.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/android/androiddebugsupport.h b/src/plugins/android/androiddebugsupport.h
index ed4048154b..7278272f12 100644
--- a/src/plugins/android/androiddebugsupport.h
+++ b/src/plugins/android/androiddebugsupport.h
@@ -33,10 +33,7 @@
#include "androidrunconfiguration.h"
-#include <QObject>
-
namespace Debugger { class DebuggerRunControl; }
-namespace QtSupport {class BaseQtVersion; }
namespace ProjectExplorer { class RunControl; }
namespace Android {
@@ -54,7 +51,6 @@ public:
AndroidDebugSupport(AndroidRunConfiguration *runConfig,
Debugger::DebuggerRunControl *runControl);
- ~AndroidDebugSupport();
private slots:
void handleRemoteProcessStarted(int gdbServerPort = -1, int qmlPort = -1);
@@ -64,9 +60,6 @@ private slots:
void handleRemoteErrorOutput(const QByteArray &output);
private:
- static QStringList qtSoPaths(QtSupport::BaseQtVersion *qtVersion);
-
-private:
Debugger::DebuggerRunControl* m_runControl;
AndroidRunner * const m_runner;
const QString m_dumperLib;