forked from qt-creator/qt-creator
Android: Simplify implementation of aspect for extra commands
Change-Id: Ic8bd75d8d6cb183772d96263837f1ed307c5dc5f Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -48,14 +48,7 @@ public:
|
||||
QStringList value() const;
|
||||
void setValue(const QStringList &val);
|
||||
|
||||
void setLabel(const QString &label);
|
||||
|
||||
void fromMap(const QVariantMap &map) override;
|
||||
void toMap(QVariantMap &map) const override;
|
||||
|
||||
private:
|
||||
QStringList m_value;
|
||||
QString m_label;
|
||||
QPointer<Android::Internal::AdbCommandsWidget> m_widget; // Owned by RunConfigWidget
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user