aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-05-28 15:35:31 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-05-29 13:49:14 +0000
commit0f0be9e1a7cc12e47d28c4dbc40185e11ea8256b (patch)
tree9686f5d0bc10ee9500d85283dd779dabac4afaa1 /doc
parent090a8ec57c9eb1559a112a219206dfe7815f5d98 (diff)
Fix copy/paste artifact in AutotestRunner documentation
The workingDir property is of course a string. Change-Id: If0c5dbccb4debe20640cb4add0d0d13d0dc85d8e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/convenience/autotestrunner.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/items/convenience/autotestrunner.qdoc b/doc/reference/items/convenience/autotestrunner.qdoc
index f471d4bea..f4861835b 100644
--- a/doc/reference/items/convenience/autotestrunner.qdoc
+++ b/doc/reference/items/convenience/autotestrunner.qdoc
@@ -110,7 +110,7 @@
*/
/*!
- \qmlproperty stringList AutotestRunner::workingDir
+ \qmlproperty string AutotestRunner::workingDir
If this property is set, it will be the working directory for all invoked test executables.
Otherwise, the working directory will the the parent directory of the respective executable.