summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-07-19 00:39:18 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-07-19 00:39:18 (GMT)
commit4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0 (patch)
tree6df14c770c4cfbfa605352cd3c2ac575cd4a5991 /doc
parent875ae40157aa9a34e0b74941fa905f7445c365df (diff)
downloadQt-4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0.zip
Qt-4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0.tar.gz
Qt-4e6b3f4c6f4bf8ea84b616031cbd54124c5b50d0.tar.bz2
Add a PathView example.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/examples.qdoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/declarative/examples.qdoc b/doc/src/declarative/examples.qdoc
index 8a24228..39da323 100644
--- a/doc/src/declarative/examples.qdoc
+++ b/doc/src/declarative/examples.qdoc
@@ -175,6 +175,7 @@ The examples can be found in Qt's \c examples/declarative directory.
\list
\o \l{declarative/modelviews/gridview}{GridView}
\o \l{declarative/modelviews/listview}{ListView}
+\o \l{declarative/modelviews/pathview}{PathView}
\o \l{declarative/modelviews/package}{Package}
\o \l{declarative/modelviews/parallax}{Parallax}
\o \l{declarative/modelviews/visualitemmodel}{VisualItemModel}