summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativepathview.cpp
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-04-16 04:34:19 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-04-16 04:34:19 (GMT)
commitd6ba9ff7e3d7e67d3718ffa7317bfc2d3941a2bb (patch)
tree7b7e292dbbb871abe3667e01849ebb174239bdde /src/declarative/graphicsitems/qdeclarativepathview.cpp
parent8ff39e55286e4ce3f01472fafa06941c9e9537fd (diff)
downloadQt-d6ba9ff7e3d7e67d3718ffa7317bfc2d3941a2bb.zip
Qt-d6ba9ff7e3d7e67d3718ffa7317bfc2d3941a2bb.tar.gz
Qt-d6ba9ff7e3d7e67d3718ffa7317bfc2d3941a2bb.tar.bz2
Doc: make note about using clip: true in views slightly more prominent.
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativepathview.cpp')
-rw-r--r--src/declarative/graphicsitems/qdeclarativepathview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativepathview.cpp b/src/declarative/graphicsitems/qdeclarativepathview.cpp
index 4aaa28d..d0a3cd1 100644
--- a/src/declarative/graphicsitems/qdeclarativepathview.cpp
+++ b/src/declarative/graphicsitems/qdeclarativepathview.cpp
@@ -314,7 +314,7 @@ void QDeclarativePathViewPrivate::regenerate()
\image pathview.gif
- Note that views do not enable \e clip automatically. If the view
+ \bold Note that views do not enable \e clip automatically. If the view
is not clipped by another item or the screen, it will be necessary
to set \e {clip: true} in order to have the out of view items clipped
nicely.