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.cpp14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/qml/qml/qqmlparserstatus.cpp b/src/qml/qml/qqmlparserstatus.cpp
index cd45e6668b..d2aa679a95 100644
--- a/src/qml/qml/qqmlparserstatus.cpp
+++ b/src/qml/qml/qqmlparserstatus.cpp
@@ -68,19 +68,7 @@ QT_BEGIN_NAMESPACE
To use QQmlParserStatus, you must inherit both a QObject-derived class
and QQmlParserStatus, and use the Q_INTERFACES() macro.
- \code
- class MyObject : public QObject, public QQmlParserStatus
- {
- \Q_OBJECT
- Q_INTERFACES(QQmlParserStatus)
-
- public:
- MyObject(QObject *parent = 0);
- ...
- void classBegin();
- void componentComplete();
- }
- \endcode
+ \snippet code/src_qml_qqmlparserstatus.cpp 0
*/
/*! \internal */