aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-01-08 18:18:04 +0100
committerSimon Hausmann <simon.hausmann@digia.com>2014-01-08 18:18:53 +0100
commit40722a7eaf6bb6d77d730dc3f8510718e2cad549 (patch)
tree1c3dec7b83ebd2bef910075889dc2c39697933ea /src/imports
parenta9bef84675f6b67bb88a2bb99e45aba889795251 (diff)
parent2f9099443d9acd6583e92785afbb38b2e4dcbfd5 (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/testlib/signalspy.qdoc2
-rw-r--r--src/imports/testlib/testcase.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/testlib/signalspy.qdoc b/src/imports/testlib/signalspy.qdoc
index d6f8621c23..c20e268138 100644
--- a/src/imports/testlib/signalspy.qdoc
+++ b/src/imports/testlib/signalspy.qdoc
@@ -75,7 +75,7 @@
synchronously. For asynchronous signals, the wait() method can be
used to block the test until the signal occurs (or a timeout expires).
- \sa TestCase
+ \sa TestCase, {Qt Quick Test Reference Documentation}
*/
/*!
diff --git a/src/imports/testlib/testcase.qdoc b/src/imports/testlib/testcase.qdoc
index 4506209f8e..74d2c57098 100644
--- a/src/imports/testlib/testcase.qdoc
+++ b/src/imports/testlib/testcase.qdoc
@@ -205,7 +205,7 @@
will fail. Use the \l when and windowShown properties to track
when the main window has been shown.
- \sa SignalSpy
+ \sa SignalSpy, {Qt Quick Test Reference Documentation}
*/
/*!