summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
diff options
context:
space:
mode:
authorLorn Potter <lorn.potter@nokia.com>2010-12-14 12:24:19 +1000
committerLorn Potter <lorn.potter@nokia.com>2010-12-14 12:24:19 +1000
commit15f13f92d716fece6d5b8a9212d3ac2ebc02c0f0 (patch)
treece99227ea0426ec9b383d23bd261c8acd6515bcf /tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
parent975248ee1ead58fdc9d34fcbcf93c705b1d79003 (diff)
parentc5706341dcf60c87df7f1177c6472120a34c584c (diff)
Merge branch 'master' into test
Conflicts: tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
Diffstat (limited to 'tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp')
-rw-r--r--tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp b/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
index 6a109c0194..471931773a 100644
--- a/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
+++ b/tests/auto/qsystemdeviceinfo/tst_qsystemdeviceinfo.cpp
@@ -394,7 +394,7 @@ void tst_QSystemDeviceInfo::tst_isWirelessKeyboardConnected()
void tst_QSystemDeviceInfo::tst_isKeyboardFlipOpen()
{
QSystemDeviceInfo di;
- bool on = di.isKeyboardFlipOpen();
+ bool on = di.isKeyboardFlippedOpen();
QVERIFY(on || !on);
}
@@ -412,7 +412,7 @@ void tst_QSystemDeviceInfo::tst_keypadLightOn()
void tst_QSystemDeviceInfo::tst_uniqueID()
{
QSystemDeviceInfo di;
- QUuid id = di.uniqueID();
+ QUuid id = di.uniqueDeviceID();
QVERIFY(id.isNull()|| !id.isNull());
}