diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-26 03:43:54 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-26 03:43:54 (GMT) |
commit | 91b4b6ce6684503b117817fc72b30812ab0e7722 (patch) | |
tree | 8a689840277734cb7e96382cbac92560cad470a8 | |
parent | 4d4ca01e59a151494e76d150ef8ad3fdab8aeea1 (diff) | |
download | Qt-91b4b6ce6684503b117817fc72b30812ab0e7722.zip Qt-91b4b6ce6684503b117817fc72b30812ab0e7722.tar.gz Qt-91b4b6ce6684503b117817fc72b30812ab0e7722.tar.bz2 |
Tiny doc tweak.
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeflickable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeflickable.cpp b/src/declarative/graphicsitems/qdeclarativeflickable.cpp index 623398f..333ad60 100644 --- a/src/declarative/graphicsitems/qdeclarativeflickable.cpp +++ b/src/declarative/graphicsitems/qdeclarativeflickable.cpp @@ -993,7 +993,7 @@ void QDeclarativeFlickable::setOverShoot(bool o) \qmlproperty int Flickable::contentWidth \qmlproperty int Flickable::contentHeight - The dimensions of the viewport (the surface controlled by Flickable). Typically this + The dimensions of the content (the surface controlled by Flickable). Typically this should be set to the combined size of the items placed in the Flickable. \code |