summaryrefslogtreecommitdiffstats
path: root/src/testlib
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-08 13:22:58 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-08 13:22:58 (GMT)
commitf7ad03a30b69143a6670424a756d65860c428430 (patch)
tree618d6875bd4b307078202c7f859febd285a5020b /src/testlib
parentd43d9c0d273911f2222f9d79b8e028458cb7abeb (diff)
parent3abc322eb6834aa61cc77d73dbd17c4389accb00 (diff)
downloadQt-f7ad03a30b69143a6670424a756d65860c428430.zip
Qt-f7ad03a30b69143a6670424a756d65860c428430.tar.gz
Qt-f7ad03a30b69143a6670424a756d65860c428430.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Revised fix for system tray popup activation Fixed draggabletext example. Added new mouse cursor types. Doc: more \since 4.7 Doc: add \since 4.7 to new functions.
Diffstat (limited to 'src/testlib')
-rw-r--r--src/testlib/qbenchmark.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testlib/qbenchmark.cpp b/src/testlib/qbenchmark.cpp
index 95e2658..52b5287 100644
--- a/src/testlib/qbenchmark.cpp
+++ b/src/testlib/qbenchmark.cpp
@@ -282,6 +282,8 @@ quint64 QTest::endBenchmarkMeasurement()
Note that the -iterations command line argument has no effect
on test functions without the QBENCHMARK macro.
+
+ \since 4.7
*/
void QTest::setBenchmarkResult(qreal result, QTest::QBenchmarkMetric metric)
{