Linux device: s/name()/displayName()/

We use displayName for user visible names everywhere, so we should
also do that here.

Change-Id: I3d976c06fa04733ff82ea208efc0a17f86cc0d79
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Tobias Hunger
2011-11-16 09:37:29 +00:00
parent b671baeffb
commit cad3bb8085
6 changed files with 17 additions and 17 deletions

View File

@@ -72,7 +72,7 @@ public:
PortList freePorts() const;
Utils::SshConnectionParameters sshParameters() const;
QString name() const;
QString displayName() const;
QString osType() const;
DeviceType deviceType() const;
Id internalId() const;
@@ -100,7 +100,7 @@ private:
static Ptr create(const QSettings &settings, Id &nextId);
static Ptr create(const ConstPtr &other);
void setName(const QString &name);
void setDisplayName(const QString &name);
void setInternalId(Id id);
void setDefault(bool isDefault);
void setSshParameters(const Utils::SshConnectionParameters &sshParameters);