forked from qt-creator/qt-creator
Device Support: Merge id and fingerprint.
It seems pointless to have two identity-related concepts in parallel. The new approach is as follows: The identifier is a Core::Id. If the client code supplies a fingerprint string (as needed for auto-detected devices), the id is derived from it, otherwise it gets created from a newly generated UUID. Change-Id: I680afa6cd2fdd43ec1c461616ba982b3ff55c73a Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -93,7 +93,7 @@ signals:
|
||||
private:
|
||||
|
||||
void initialize();
|
||||
void setDeviceConfig(LinuxDeviceConfiguration::Id internalId);
|
||||
void setDeviceConfig(const Core::Id &internalId);
|
||||
Q_SLOT void handleDeviceConfigurationListUpdated();
|
||||
|
||||
Internal::RemoteLinuxDeployConfigurationPrivate * const d;
|
||||
|
||||
Reference in New Issue
Block a user