aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-01-06 15:19:37 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-07 14:42:03 +0100
commit156ce398439bd955f8b231e95e391b703d161e75 (patch)
tree84e2e4f1b68f7c270eabbb93589f2c8bb4fc4987 /src/imports
parentdaff5f2988cef31442629a48c3b3088abf01837a (diff)
Doc: Add links to Qt Quick Test Reference Documentation
To TestCase and SignalSpy documentation. Change-Id: I83f18ab107e8d047756568ab2cdddd1eaf5574ec Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
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}
*/
/*!