From c428ca63264a5f3b7560d1e2a75a8cdf634b8691 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Thu, 2 Feb 2023 13:55:48 +0100 Subject: Doc: Recommend putting QML files in the same directory as their modules Otherwise things quickly get messy. Pick-to: 6.5 Task-number: QTBUG-106929 Change-Id: I9426f3ad3766cad5b133e8ef063696873bb9b7c9 Reviewed-by: Fabian Kosmale --- src/qml/qml/qqml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqml.cpp') diff --git a/src/qml/qml/qqml.cpp b/src/qml/qml/qqml.cpp index c752adc5a0..6140a532f1 100644 --- a/src/qml/qml/qqml.cpp +++ b/src/qml/qml/qqml.cpp @@ -261,7 +261,7 @@ static QTypeRevision resolveModuleVersion(int moduleMajor) /*! * \relates QQmlEngine - * Registers an implicit import for module \a uri of major version \a moduleMajor. + * Registers a qmldir-import for module \a uri of major version \a moduleMajor. * * This has the same effect as an \c import statement in a qmldir file: Whenever * \a uri of version \a moduleMajor is imported, \a import of version -- cgit v1.2.3