diff options
author | alex <alex.blasche@nokia.com> | 2011-10-21 17:19:39 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2011-10-21 09:22:58 +0200 |
commit | fa2fb6be05115af6151fc6e40b809a98ee41e83a (patch) | |
tree | e8cb494af7d247a0da09e4ac9ed59b445e69602c /tests/auto/qsensor | |
parent | 50d2c053bd8ef3b6244357ae18cf26b13e25a189 (diff) |
Diffstat (limited to 'tests/auto/qsensor')
-rw-r--r-- | tests/auto/qsensor/tst_qsensor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsensor/tst_qsensor.cpp b/tests/auto/qsensor/tst_qsensor.cpp index 03543148..3218d7fc 100644 --- a/tests/auto/qsensor/tst_qsensor.cpp +++ b/tests/auto/qsensor/tst_qsensor.cpp @@ -56,7 +56,7 @@ // The unit test needs to change the behaviour of the library. It does this // through an exported but undocumented function. -Q_SENSORS_EXPORT_TEMP void sensors_unit_test_hook(int index); +Q_SENSORS_EXPORT void sensors_unit_test_hook(int index); bool operator==(const qoutputrange &orl1, const qoutputrange &orl2) { return (orl1.minimum == orl2.minimum && |