From b2fd2b664212344eb82b44f916c849314d5e02fb Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Tue, 9 Apr 2019 18:32:50 +0200 Subject: Doc: correct the info about when each Qt Quick Test function is called Only qmlEngineAvailable() is called for each QML test file; the rest are called once for the entire test application. Change-Id: I293c5a2491da75ddad68e7fb89bcd32b770fccf5 Reviewed-by: Paul Wicking --- src/qmltest/doc/src/qtquicktest-index.qdoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/qmltest') diff --git a/src/qmltest/doc/src/qtquicktest-index.qdoc b/src/qmltest/doc/src/qtquicktest-index.qdoc index bee160f6e8..4fad21e080 100644 --- a/src/qmltest/doc/src/qtquicktest-index.qdoc +++ b/src/qmltest/doc/src/qtquicktest-index.qdoc @@ -165,6 +165,10 @@ and \l {QQmlFileSelector::setExtraSelectors}{extra file selectors} will have been set on the engine by this point. + This function is called once for each QML test file, + so any arguments are unique to that test. For example, this + means that each QML test file will have its own QML engine. + This function can be used to \l {Choosing the Correct Integration Method Between C++ and QML}{register QML types} and \l {QQmlEngine::addImportPath()}{add import paths}, @@ -177,10 +181,6 @@ \li Qt 5.12 \endtable - Each function will be called once for each \c tst_*.qml file, so any - arguments are unique to that test. For example, this means that each QML - test file will have its own QML engine. - The following example demonstrates how the macro can be used to set context properties on the QML engine: -- cgit v1.2.3