diff options
author | Tasuku Suzuki <[email protected]> | 2013-05-24 23:51:33 +0900 |
---|---|---|
committer | The Qt Project <[email protected]> | 2013-06-10 05:48:57 +0200 |
commit | cbc86ae4d4af719f201e5f62aa07ef4a763eecee (patch) | |
tree | 80c8f9becbe78e4e8015753c83fc1c96c2a81bbb /src/quick/items/qquicklistview.cpp | |
parent | 5f88cdc757f8f3666bd26821598b90f79394448f (diff) |
Doc: fix since QtQuick 5.1
Change-Id: I87a108e817caa06c73620dde0ba68b3c66a134c9
Reviewed-by: Alan Alpert <[email protected]>
Diffstat (limited to 'src/quick/items/qquicklistview.cpp')
-rw-r--r-- | src/quick/items/qquicklistview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |