diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-05-19 02:41:50 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-05-19 02:41:50 (GMT) |
commit | cd707a865625c7ee0ec836d2a1bdcda847ab0517 (patch) | |
tree | 26e351252f7b5e2bfc01414796d0f20dfe9eda09 /doc/src | |
parent | 5f3e8f33083be7bd7b858c8880f52a99952e0b75 (diff) | |
download | Qt-cd707a865625c7ee0ec836d2a1bdcda847ab0517.zip Qt-cd707a865625c7ee0ec836d2a1bdcda847ab0517.tar.gz Qt-cd707a865625c7ee0ec836d2a1bdcda847ab0517.tar.bz2 |
doc
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/examples/qml-folderlistmodel.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/examples/qml-folderlistmodel.qdoc b/doc/src/examples/qml-folderlistmodel.qdoc index 6e5f493..b820528 100644 --- a/doc/src/examples/qml-folderlistmodel.qdoc +++ b/doc/src/examples/qml-folderlistmodel.qdoc @@ -114,6 +114,8 @@ Lastly, the boilerplare to declare the type for QML use: \snippet src/imports/folderlistmodel/qdeclarativefolderlistmodel.h qml decl +\section1 Connecting the Model to QML + To make this class available to QML, we only need to make a simple subclass of QDeclarativeExtensionPlugin: \snippet src/imports/folderlistmodel/plugin.cpp class decl |