aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlparserstatus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlparserstatus.cpp')
-rw-r--r--src/qml/qml/qqmlparserstatus.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlparserstatus.cpp b/src/qml/qml/qqmlparserstatus.cpp
index d4e415a069..8468a1da00 100644
--- a/src/qml/qml/qqmlparserstatus.cpp
+++ b/src/qml/qml/qqmlparserstatus.cpp
@@ -45,7 +45,8 @@ QT_BEGIN_NAMESPACE
/*!
\class QQmlParserStatus
- \since 4.7
+ \since 5.0
+ \inmodule QtQml
\brief The QQmlParserStatus class provides updates on the QML parser state.
QQmlParserStatus provides a mechanism for classes instantiated by
@@ -75,6 +76,8 @@ QT_BEGIN_NAMESPACE
void componentComplete();
}
\endcode
+
+ The QtQuick 1.0 version of this class is named QDeclarativeParserStatus.
*/
/*! \internal */