forked from qt-creator/qt-creator
Add getter and setter for attribute in linuxdeviceconfiguration.
Change-Id: I7113255a3c100c74703f6f7552ee1569857a41af Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
committed by
Christian Kandeler
parent
ffe4ddf0b2
commit
57092dc5fb
@@ -80,6 +80,7 @@ public:
|
||||
bool isDefault() const;
|
||||
bool isAutoDetected() const;
|
||||
QVariantHash attributes() const;
|
||||
QVariant attribute(const QString &name) const;
|
||||
|
||||
static QString defaultPrivateKeyFilePath();
|
||||
static QString defaultPublicKeyFilePath();
|
||||
@@ -107,6 +108,7 @@ private:
|
||||
void setDefault(bool isDefault);
|
||||
void setSshParameters(const Utils::SshConnectionParameters &sshParameters);
|
||||
void setFreePorts(const PortList &freePorts);
|
||||
void setAttribute(const QString &name, const QVariant &value);
|
||||
void save(QSettings &settings) const;
|
||||
|
||||
Internal::LinuxDeviceConfigurationPrivate *d;
|
||||
|
||||
Reference in New Issue
Block a user