summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2011-03-24 10:48:28 +1000
committerLorn Potter <lorn.potter@nokia.com>2011-03-24 10:48:28 +1000
commitb0eda0bb8ee3ef44336ad8fa50bc30a8cb973d87 (patch)
treee6c3be25a32a537155e0aea867c68e6ff6c4e572 /tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
parentc30d9eac88159de987fdd5ebef751d7b6e811dd0 (diff)
initial uniqueid change commit
Diffstat (limited to 'tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp')
-rw-r--r--tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp b/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
index 3df723a078..2aa87d45e7 100644
--- a/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
+++ b/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
@@ -295,7 +295,7 @@ void tst_QSystemDeviceInfo::tst_keypadLightOn()
void tst_QSystemDeviceInfo::tst_uniqueID()
{
QSystemDeviceInfo di;
- QUuid id = di.uniqueDeviceID();
+ QByteArray id = di.uniqueDeviceID();
QVERIFY(id.isNull()|| !id.isNull());
}