From cbc86ae4d4af719f201e5f62aa07ef4a763eecee Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Fri, 24 May 2013 23:51:33 +0900 Subject: [PATCH] Doc: fix since QtQuick 5.1 Change-Id: I87a108e817caa06c73620dde0ba68b3c66a134c9 Reviewed-by: Alan Alpert --- src/quick/items/qquickgridview.cpp | 2 +- src/quick/items/qquicklistview.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/quick/items/qquickgridview.cpp b/src/quick/items/qquickgridview.cpp index f4e34da..bc71a1c 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 c5e96a3..4d42c9e 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. */ -- 2.7.4