summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-12-02 14:41:43 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-12-02 14:41:43 +1000
commitcceee01eb57327ce25bc8454b31300d6ce8f1847 (patch)
treea0be6a5f5217dcf887b0658a43e561042fd66614 /tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
parentad9ec2c7f43902c9ccc1f9f4e1ee6054cf7114ef (diff)
hostID -> uniqueID
Diffstat (limited to 'tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp')
-rw-r--r--tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp b/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
index 281419ffd9..c65d5c73e5 100644
--- a/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
+++ b/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
@@ -86,7 +86,7 @@ private slots:
void tst_isWirelessKeyboardConnected();
void tst_isKeyboardFlipOpen();
void tst_keypadLightOn();
- void tst_hostId();
+ void tst_uniqueID();
void tst_lockStatus();
};
@@ -286,10 +286,10 @@ void tst_QSystemDeviceInfo::tst_keypadLightOn()
}
-void tst_QSystemDeviceInfo::tst_hostId()
+void tst_QSystemDeviceInfo::tst_uniqueID()
{
QSystemDeviceInfo di;
- QUuid id = di.hostId();
+ QUuid id = di.uniqueID();
QVERIFY(id.isNull()|| !id.isNull());
}