aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.
*/