aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference/modules/autotest-module.qdoc
diff options
context:
space:
mode:
authorJochen Ulrich <jochenulrich@t-online.de>2020-02-06 00:34:59 +0100
committerJochen Ulrich <jochenulrich@t-online.de>2020-02-15 20:37:34 +0000
commita0a051a59c8413eb81a3621df4a84adf3d875e94 (patch)
treed9ae6e6d8881503136fd3fe83117fa2187836f74 /doc/reference/modules/autotest-module.qdoc
parent4b07b8cd47016f75f9ffe0188cecadb10b6ae4eb (diff)
Adds missing documentation of timeout property for autotests
Change-Id: I10aa20a8d621030b3d0bea1a465cdbdb9ba6193c Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc/reference/modules/autotest-module.qdoc')
-rw-r--r--doc/reference/modules/autotest-module.qdoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/reference/modules/autotest-module.qdoc b/doc/reference/modules/autotest-module.qdoc
index ddd9e0078..e25be6211 100644
--- a/doc/reference/modules/autotest-module.qdoc
+++ b/doc/reference/modules/autotest-module.qdoc
@@ -67,3 +67,14 @@
\nodefaultvalue
*/
+/*!
+ \qmlproperty int autotest::timeout
+
+ The time limit for the execution of the autotest. If not specified, the
+ \l{AutotestRunner::timeout}{timeout} property of the \l AutotestRunner
+ that invokes the autotest is used.
+
+ \nodefaultvalue
+ \since Qbs 1.15
+*/
+