Doc: fix since QtQuick 5.1
authorTasuku Suzuki <stasuku@gmail.com>
Fri, 24 May 2013 14:51:33 +0000 (23:51 +0900)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 10 Jun 2013 03:48:57 +0000 (05:48 +0200)
Change-Id: I87a108e817caa06c73620dde0ba68b3c66a134c9
Reviewed-by: Alan Alpert <aalpert@blackberry.com>

src/quick/items/qquickgridview.cpp
src/quick/items/qquicklistview.cpp

index f4e34da..bc71a1c 100644 (file)
@@ -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.
 */
index c5e96a3..4d42c9e 100644 (file)
@@ -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.
 */