diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-01 05:39:07 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-01 05:39:07 (GMT) |
commit | c1830b72bc64cca5d5110ce084b580022ac8d3a0 (patch) | |
tree | dc2acd520574da78a92ac30e2414cd7201f6b70d /src/declarative/fx/qfxflickable.cpp | |
parent | 2d167da27db0de589a6d72b5cfb97f1faa273bb7 (diff) | |
download | Qt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.zip Qt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.tar.gz Qt-c1830b72bc64cca5d5110ce084b580022ac8d3a0.tar.bz2 |
doc
Diffstat (limited to 'src/declarative/fx/qfxflickable.cpp')
-rw-r--r-- | src/declarative/fx/qfxflickable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxflickable.cpp b/src/declarative/fx/qfxflickable.cpp index 17e44e1..52b142b 100644 --- a/src/declarative/fx/qfxflickable.cpp +++ b/src/declarative/fx/qfxflickable.cpp @@ -226,7 +226,7 @@ QML_DEFINE_TYPE(QFxFlickable,Flickable); /*! \qmlclass Flickable - \brief The Flickable element provides a surface that can be "flicked". + \brief The Flickable item provides a surface that can be "flicked". \inherits Item Flickable places its children on a surface that can be dragged and flicked. |