aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlengine.cpp')
-rw-r--r--src/qml/qml/qqmlengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 9b410bd1bf..eb0d2f24f3 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -1920,7 +1920,7 @@ void QQmlEngine::addImportPath(const QString& path)
By default, the list contains the directory of the application executable,
paths specified in the \c QML2_IMPORT_PATH environment variable,
- and the builtin \c Qml2ImportsPath from QLibraryInfo.
+ and the builtin \c QmlImportsPath from QLibraryInfo.
\sa addImportPath(), setImportPathList()
*/
@@ -1936,7 +1936,7 @@ QStringList QQmlEngine::importPathList() const
By default, the list contains the directory of the application executable,
paths specified in the \c QML2_IMPORT_PATH environment variable,
- and the builtin \c Qml2ImportsPath from QLibraryInfo.
+ and the builtin \c QmlImportsPath from QLibraryInfo.
\sa importPathList(), addImportPath()
*/