summaryrefslogtreecommitdiffstats
path: root/src/systeminfo/qdeviceinfo.h
diff options
context:
space:
mode:
authorXizhi Zhu <xizhi.zhu@nokia.com>2011-06-20 09:36:18 +0300
committerXizhi Zhu <xizhi.zhu@nokia.com>2011-07-06 11:33:43 +0300
commit5f79c5eea3ce63752405d9ab463672082e5d5c64 (patch)
treebd0294ed7e470ceeb630917979cae76c703c5e9d /src/systeminfo/qdeviceinfo.h
parent0b28a176ad3ee980a6abf33836d175dc5a31f6be (diff)
Change the return type of device ID to QString.
Diffstat (limited to 'src/systeminfo/qdeviceinfo.h')
-rw-r--r--src/systeminfo/qdeviceinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systeminfo/qdeviceinfo.h b/src/systeminfo/qdeviceinfo.h
index 336cb7e1..9e807dc6 100644
--- a/src/systeminfo/qdeviceinfo.h
+++ b/src/systeminfo/qdeviceinfo.h
@@ -112,11 +112,11 @@ public:
QDeviceInfo::ThermalState thermalState() const;
Q_INVOKABLE bool hasFeature(QDeviceInfo::Feature feature) const;
- Q_INVOKABLE QByteArray uniqueDeviceID() const;
Q_INVOKABLE QString imei(int interface) const;
Q_INVOKABLE QString manufacturer() const;
Q_INVOKABLE QString model() const;
Q_INVOKABLE QString productName() const;
+ Q_INVOKABLE QString uniqueDeviceID() const;
Q_INVOKABLE QString version(QDeviceInfo::Version type) const;
Q_SIGNALS: