summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-02-11 13:39:45 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-02-12 16:41:29 +0000
commit652075d1e09c8dc1cfaa8d273d136d27e3d141f2 (patch)
tree397604ddeacf6bb864097a2c2018b4f206b7565f /src
parent1a36cf5ea1a8ab10658919892f29bbc3d337d1d3 (diff)
Add missing \since to QList<T>::swapItemsAt()
Amends 7f4d0405b409b1d3aa9d91e31972669576ec698c. Change-Id: I4de38428ea4a0e448e2930d19d94821884f7331e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qlist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp
index 1de93ff9e1..6f8084c676 100644
--- a/src/corelib/tools/qlist.cpp
+++ b/src/corelib/tools/qlist.cpp
@@ -971,6 +971,7 @@ void **QListData::erase(void **xi)
*/
/*! \fn template <class T> void QList<T>::swapItemsAt(int i, int j)
+ \since 5.13
Exchange the item at index position \a i with the item at index
position \a j. This function assumes that both \a i and \a j are