diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-04-16 04:54:19 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-04-16 05:09:29 (GMT) |
commit | ba3f33401c97c5517abe19f4ea6f6307e4374c6c (patch) | |
tree | 0f5b75c49676e84bd48ff1ebeaae37662cf67634 /src/declarative/qml/qdeclarativeproperty.cpp | |
parent | 8693ed5a3fd0814802613c5a8a78b6802751bd0f (diff) | |
download | Qt-ba3f33401c97c5517abe19f4ea6f6307e4374c6c.zip Qt-ba3f33401c97c5517abe19f4ea6f6307e4374c6c.tar.gz Qt-ba3f33401c97c5517abe19f4ea6f6307e4374c6c.tar.bz2 |
More class documentation fixes for declarative.
Diffstat (limited to 'src/declarative/qml/qdeclarativeproperty.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativeproperty.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeproperty.cpp b/src/declarative/qml/qdeclarativeproperty.cpp index afd0d84..3881d0a 100644 --- a/src/declarative/qml/qdeclarativeproperty.cpp +++ b/src/declarative/qml/qdeclarativeproperty.cpp @@ -64,6 +64,7 @@ QT_BEGIN_NAMESPACE /*! \class QDeclarativeProperty +\since 4.7 \brief The QDeclarativeProperty class abstracts accessing properties on objects created from QML. As QML uses Qt's meta-type system all of the existing QMetaObject classes can be used to introspect |