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:
Christian Kandeler
2012-03-01 13:53:29 +01:00
parent beabb09a6a
commit 05866e796c
5 changed files with 39 additions and 44 deletions

View File

@@ -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;