aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/testlib
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-08-30 11:03:49 +0200
committerKai Koehne <kai.koehne@qt.io>2018-09-06 14:32:25 +0000
commit69984c9d36086428a3d43418af19d53db043a785 (patch)
treefd20ce11f2d65787fd5982150180b9de884985b9 /src/imports/testlib
parent34c987cbd10971e4b5a00d08c6061b2f65967e56 (diff)
Update plugins.qmltypes
by running cd qtdeclarative/imports; for path in `find . -name Makefile -print`; do pushd `dirname $path`; make qmltypes; popd; done in the build directory. Local file paths in the command line were then edited out by hand. Task-number: QTBUG-70264 Change-Id: I931604aff6a779915708395e8b8dbdf659cbd637 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/imports/testlib')
-rw-r--r--src/imports/testlib/plugins.qmltypes4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/testlib/plugins.qmltypes b/src/imports/testlib/plugins.qmltypes
index 7f3140d86b..56b4ecf662 100644
--- a/src/imports/testlib/plugins.qmltypes
+++ b/src/imports/testlib/plugins.qmltypes
@@ -4,7 +4,7 @@ import QtQuick.tooling 1.2
// It is used for QML tooling purposes only.
//
// This file was auto-generated by:
-// 'qmlplugindump -nonrelocatable -noforceqtquick QtTest 1.2'
+// 'qmlplugindump -nonrelocatable QtTest 1.12'
Module {
dependencies: ["QtQuick 2.0", "QtQuick.Window 2.0"]
@@ -269,7 +269,7 @@ Module {
}
Method {
name: "ignoreWarning"
- Parameter { name: "message"; type: "string" }
+ Parameter { name: "message"; type: "QJSValue" }
}
Method {
name: "wait"