aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib/SignalSpy.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/testlib/SignalSpy.qml')
-rw-r--r--src/imports/testlib/SignalSpy.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/testlib/SignalSpy.qml b/src/imports/testlib/SignalSpy.qml
index 8a8e844a21..52ed83e261 100644
--- a/src/imports/testlib/SignalSpy.qml
+++ b/src/imports/testlib/SignalSpy.qml
@@ -43,7 +43,7 @@ import QtTest 1.1
/*!
\qmltype SignalSpy
\inqmlmodule QtTest
- \brief Enables introspection of signal emission
+ \brief Enables introspection of signal emission.
\since 4.8
\ingroup qtquicktest
@@ -74,7 +74,7 @@ import QtTest 1.1
synchronously. For asynchronous signals, the wait() method can be
used to block the test until the signal occurs (or a timeout expires).
- \sa {QtTest::TestCase}{TestCase}, {Qt Quick Test Reference Documentation}
+ \sa {QtTest::TestCase}{TestCase}, {Qt Quick Test}
*/
Item {