summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-03-11 09:27:02 +0100
committerSergio Ahumada <sahumada@blackberry.com>2014-03-11 09:27:02 +0100
commit720431716a8af66d1be73a1c9462ef12af831c90 (patch)
treec54a9e61a4507247de404046338d38ca2828540e /src/declarative/graphicsitems
parent6766fcf138b7cec101cd0c7d3d9a7ac42f1bfe3a (diff)
parent9aac83d22ddbebc22fb1360d710263d349c2fdda (diff)
Merge remote-tracking branch 'origin/stable' into dev
Diffstat (limited to 'src/declarative/graphicsitems')
-rw-r--r--src/declarative/graphicsitems/qdeclarativeflickable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeflickable.cpp b/src/declarative/graphicsitems/qdeclarativeflickable.cpp
index 64ae2094..3042dc14 100644
--- a/src/declarative/graphicsitems/qdeclarativeflickable.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeflickable.cpp
@@ -1331,7 +1331,7 @@ void QDeclarativeFlickable::setBoundsBehavior(BoundsBehavior b)
\snippet doc/src/snippets/declarative/flickable.qml document
- In some cases, the the content dimensions can be automatically set
+ In some cases, the content dimensions can be automatically set
using the \l {Item::childrenRect.width}{childrenRect.width}
and \l {Item::childrenRect.height}{childrenRect.height} properties.
*/