aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlapplicationengine.cpp
diff options
context:
space:
mode:
authorMartin Smith <martin.smith@qt.io>2019-09-13 13:53:21 +0200
committerPaul Wicking <paul.wicking@qt.io>2019-09-23 09:14:53 +0000
commitd3817f4b0b42b180b36c3c5afb22eb592a7e2a91 (patch)
treea45404da749c301e77ca848d4e9cfa1ce46ebf6d /src/qml/qml/qqmlapplicationengine.cpp
parent3fb574d01c106e786f9a43ef1e0d781e156d52fa (diff)
doc: Fix several qdoc warnings
This update repares several "Can't link to...," "No such parameter...," and "Undocumented parameter..." warnings. Change-Id: I3649cf35f766e5a87ca5df48301e8063a31d7904 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlapplicationengine.cpp')
-rw-r--r--src/qml/qml/qqmlapplicationengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlapplicationengine.cpp b/src/qml/qml/qqmlapplicationengine.cpp
index d04a89b514..adb036e2d0 100644
--- a/src/qml/qml/qqmlapplicationengine.cpp
+++ b/src/qml/qml/qqmlapplicationengine.cpp
@@ -279,7 +279,7 @@ void QQmlApplicationEngine::load(const QString &filePath)
}
/*!
- Sets the initial properties with which the QML component gets initialized after
+ Sets the \a initialProperties with which the QML component gets initialized after
it gets loaded.