summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qdeclarativelistmodel.cpp
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-12-13 18:57:01 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-12-13 18:57:01 (GMT)
commit5cb2226ddf96555417f08c9bfe35addfc93f6acd (patch)
tree6a33ffe9f4117fe2034e77b137c8c68f9e5219d0 /src/declarative/util/qdeclarativelistmodel.cpp
parent38ac76c159044117c1faba7dbfa3e0ee65c487ed (diff)
downloadQt-5cb2226ddf96555417f08c9bfe35addfc93f6acd.zip
Qt-5cb2226ddf96555417f08c9bfe35addfc93f6acd.tar.gz
Qt-5cb2226ddf96555417f08c9bfe35addfc93f6acd.tar.bz2
Doc: Changed floating images to use the new float qdoc macros.
Diffstat (limited to 'src/declarative/util/qdeclarativelistmodel.cpp')
-rw-r--r--src/declarative/util/qdeclarativelistmodel.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/declarative/util/qdeclarativelistmodel.cpp b/src/declarative/util/qdeclarativelistmodel.cpp
index 398480e..52e563b 100644
--- a/src/declarative/util/qdeclarativelistmodel.cpp
+++ b/src/declarative/util/qdeclarativelistmodel.cpp
@@ -108,9 +108,7 @@ QDeclarativeListModelParser::ListInstruction *QDeclarativeListModelParser::ListM
The following example shows a ListModel containing three elements, with the roles
"name" and "cost".
- \beginfloatright
- \inlineimage listmodel.png
- \endfloat
+ \floatright listmodel.png
\snippet doc/src/snippets/declarative/listmodel.qml 0
@@ -133,9 +131,7 @@ QDeclarativeListModelParser::ListInstruction *QDeclarativeListModelParser::ListM
The delegate displays all the fruit attributes:
- \beginfloatright
- \inlineimage listmodel-nested.png
- \endfloat
+ \floatright listmodel-nested.png
\snippet doc/src/snippets/declarative/listmodel-nested.qml delegate