aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/android/androiddebugsupport.h
diff options
context:
space:
mode:
authorhjk <qthjk@ovi.com>2012-08-09 01:56:51 +0200
committerhjk <qthjk@ovi.com>2012-08-12 22:40:41 +0200
commitbab670af672833d38762512e8161ce22e2885995 (patch)
tree77ec590c8aafccec46a20435f9cd56245f8a0c86 /src/plugins/android/androiddebugsupport.h
parentd215470bb08ff35fdb6902c2412f3f6a6303ebc4 (diff)
android: code cosmetics
Fix whitespace, capitalization, naming, comments, add 'using' in .cpp, remove 'using' in .h, remove unneeded Q_UNUSED, add needed Q_UNUSED, etc. Change-Id: Ibf9ba57850cbea1e79e152ec0165c8b01fa66567 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, 2 insertions, 5 deletions
diff --git a/src/plugins/android/androiddebugsupport.h b/src/plugins/android/androiddebugsupport.h
index 203418007f..790d1f25ae 100644
--- a/src/plugins/android/androiddebugsupport.h
+++ b/src/plugins/android/androiddebugsupport.h
@@ -34,16 +34,12 @@
#include "androidrunconfiguration.h"
#include <QObject>
-#include <QPointer>
-namespace Debugger {
-class DebuggerRunControl;
-}
+namespace Debugger { class DebuggerRunControl; }
namespace QtSupport {class BaseQtVersion; }
namespace ProjectExplorer { class RunControl; }
namespace Android {
-
namespace Internal {
class AndroidRunConfiguration;
@@ -52,6 +48,7 @@ class AndroidRunner;
class AndroidDebugSupport : public QObject
{
Q_OBJECT
+
public:
static ProjectExplorer::RunControl *createDebugRunControl(AndroidRunConfiguration *runConfig);