From 652075d1e09c8dc1cfaa8d273d136d27e3d141f2 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 11 Feb 2019 13:39:45 +0100 Subject: Add missing \since to QList::swapItemsAt() Amends 7f4d0405b409b1d3aa9d91e31972669576ec698c. Change-Id: I4de38428ea4a0e448e2930d19d94821884f7331e Reviewed-by: Lars Knoll --- src/corelib/tools/qlist.cpp | 1 + 1 file changed, 1 insertion(+) 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 void QList::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 -- cgit v1.2.3