From 68b4a904df701a39f1d9da52104ba26a5253e636 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Wed, 8 Aug 2012 16:33:34 +1000 Subject: Fix uses of \inmodule, \inqqmlmodule and \since Some classes and QML types were missing these or had the wrong values. Change-Id: Ic6376b8b450301f8ae0549e636f4bc2db4400f2b Reviewed-by: Chris Adams --- src/qml/qml/qqmlcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/qml/qqmlcontext.cpp') diff --git a/src/qml/qml/qqmlcontext.cpp b/src/qml/qml/qqmlcontext.cpp index 1fa4835120..6c83433d03 100644 --- a/src/qml/qml/qqmlcontext.cpp +++ b/src/qml/qml/qqmlcontext.cpp @@ -65,9 +65,9 @@ QQmlContextPrivate::QQmlContextPrivate() /*! \class QQmlContext - \since 4.7 \brief The QQmlContext class defines a context within a QML engine. \mainclass + \inmodule QtQml Contexts allow data to be exposed to the QML components instantiated by the QML engine. -- cgit v1.2.3