diff options
author | Martin Smith <msmith@trolltech.com> | 2010-03-24 15:18:14 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-03-24 15:18:14 (GMT) |
commit | 47efbddaa17b9c898eb406b8b39627f78b3c2ecf (patch) | |
tree | ea9bb550cfe033a3d51f0ac0b358e73a8f710f3d /doc/src/declarative/qtprogrammers.qdoc | |
parent | 0b112f032f703160af8e9dc1736a576e2af92e02 (diff) | |
download | Qt-47efbddaa17b9c898eb406b8b39627f78b3c2ecf.zip Qt-47efbddaa17b9c898eb406b8b39627f78b3c2ecf.tar.gz Qt-47efbddaa17b9c898eb406b8b39627f78b3c2ecf.tar.bz2 |
doc: Fixed all the remaining qdoc errors. For now.
Diffstat (limited to 'doc/src/declarative/qtprogrammers.qdoc')
-rw-r--r-- | doc/src/declarative/qtprogrammers.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qtprogrammers.qdoc b/doc/src/declarative/qtprogrammers.qdoc index ca1d596..05ffeb0 100644 --- a/doc/src/declarative/qtprogrammers.qdoc +++ b/doc/src/declarative/qtprogrammers.qdoc @@ -65,7 +65,7 @@ QML provides direct access to the following concepts from Qt: \o Qt models - used directly in data binding (QAbstractItemModel and next generation QListModelInterface) \endlist -Qt knowledge is \e required for \l {Extending QML}, and also for \l{Integrating QML with existing Qt UI code}. +Qt knowledge is \e required for \l {Extending QML in C++}, and also for \l{Integrating QML with existing Qt UI code}. \section1 QML Items compared with QWidgets |