diff options
author | Martin Jones <martin.jones@nokia.com> | 2011-02-21 09:42:09 +1000 |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2011-02-21 09:42:09 +1000 |
commit | 32e8cef8f0792727134ee64f196529ed19f35d6a (patch) | |
tree | fb25326aa3b6d4319a5747fc76c20f91926b9a6c /src/declarative/qml/qdeclarativelist.cpp | |
parent | b1d036fd9fc45060bf2886114051eef8db735311 (diff) | |
download | qt4-tools-32e8cef8f0792727134ee64f196529ed19f35d6a.tar.gz |
Ensure QDeclarativeListProperty docs are associated with QtDeclarative.
There is a copy of QDeclarativeListProperty in qgraphicsitem_p.h, which
confused qdoc.
Change-Id: I159b5e51af11a8b5874b0ffeb923cbd67df86d0d
Task-number: QTBUG-17555
Diffstat (limited to 'src/declarative/qml/qdeclarativelist.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativelist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativelist.cpp b/src/declarative/qml/qdeclarativelist.cpp index 9598d98292..346fee5ce8 100644 --- a/src/declarative/qml/qdeclarativelist.cpp +++ b/src/declarative/qml/qdeclarativelist.cpp @@ -88,6 +88,7 @@ void QDeclarativeListReferencePrivate::release() /*! \class QDeclarativeListReference \since 4.7 +\module QtDeclarative \brief The QDeclarativeListReference class allows the manipulation of QDeclarativeListProperty properties. QDeclarativeListReference allows C++ programs to read from, and assign values to a QML list property in a |