aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTasuku Suzuki <stasuku@gmail.com>2013-05-24 23:51:33 +0900
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-10 05:48:57 +0200
commitcbc86ae4d4af719f201e5f62aa07ef4a763eecee (patch)
tree80c8f9becbe78e4e8015753c83fc1c96c2a81bbb /src
parent5f88cdc757f8f3666bd26821598b90f79394448f (diff)
Doc: fix since QtQuick 5.1
Change-Id: I87a108e817caa06c73620dde0ba68b3c66a134c9 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickgridview.cpp2
-rw-r--r--src/quick/items/qquicklistview.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/items/qquickgridview.cpp b/src/quick/items/qquickgridview.cpp
index f4e34da318..bc71a1c064 100644
--- a/src/quick/items/qquickgridview.cpp
+++ b/src/quick/items/qquickgridview.cpp
@@ -2575,7 +2575,7 @@ bool QQuickGridViewPrivate::needsRefillForAddedOrRemovedIndex(int modelIndex) co
This method forces the GridView to immediately respond to any outstanding
changes in the model.
- \since 5.1
+ \since QtQuick 2.1
\b Note: methods should only be called after the Component has completed.
*/
diff --git a/src/quick/items/qquicklistview.cpp b/src/quick/items/qquicklistview.cpp
index c5e96a3122..4d42c9ece1 100644
--- a/src/quick/items/qquicklistview.cpp
+++ b/src/quick/items/qquicklistview.cpp
@@ -3118,7 +3118,7 @@ void QQuickListViewPrivate::translateAndTransitionItemsAfter(int afterModelIndex
This method forces the ListView to immediately respond to any outstanding
changes in the model.
- \since 5.1
+ \since QtQuick 2.1
\b Note: methods should only be called after the Component has completed.
*/