forked from qt-creator/qt-creator
RemoteLinux: Move "is default" status out of the device configuration.
The information about which device is the default one is by definition "global" and therefore does not belong into the device configurations themselves. Change-Id: Ib7349aac4663a674fac5bf35c4d128aeb53fbec2 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -77,7 +77,6 @@ public:
|
||||
QString osType() const;
|
||||
DeviceType deviceType() const;
|
||||
Id internalId() const;
|
||||
bool isDefault() const;
|
||||
bool isAutoDetected() const;
|
||||
QVariantHash attributes() const;
|
||||
QVariant attribute(const QString &name) const;
|
||||
|
||||
Reference in New Issue
Block a user