From 156ce398439bd955f8b231e95e391b703d161e75 Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Mon, 6 Jan 2014 15:19:37 +0100 Subject: Doc: Add links to Qt Quick Test Reference Documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To TestCase and SignalSpy documentation. Change-Id: I83f18ab107e8d047756568ab2cdddd1eaf5574ec Reviewed-by: Alan Alpert Reviewed-by: Topi Reiniƶ --- src/imports/testlib/signalspy.qdoc | 2 +- src/imports/testlib/testcase.qdoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/imports') 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} */ /*! -- cgit v1.2.3