forked from qt-creator/qt-creator
Android: Make runconfiguration use aspects
Change-Id: I6d89de901e64b2f29d62073e458eb6cd86c44acd Reviewed-by: Vikas Pachdha <vikas.pachdha@qt.io>
This commit is contained in:
@@ -25,21 +25,17 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QObject>
|
||||
#include <QGroupBox>
|
||||
#include <QStringList>
|
||||
|
||||
#include <memory>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QWidget;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Android {
|
||||
namespace Internal {
|
||||
|
||||
class AdbCommandsWidgetPrivate;
|
||||
|
||||
class AdbCommandsWidget : public QObject
|
||||
class AdbCommandsWidget : public QGroupBox
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@@ -49,8 +45,6 @@ public:
|
||||
QStringList commandsList() const;
|
||||
void setCommandList(const QStringList &commands);
|
||||
|
||||
QWidget *widget() const;
|
||||
|
||||
void setTitleText(const QString &title);
|
||||
|
||||
signals:
|
||||
|
||||
Reference in New Issue
Block a user