forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user