From 0c9a5698a1b03778471e5afb5b055f701459798c Mon Sep 17 00:00:00 2001 From: Pekka Vuorela Date: Sat, 2 Nov 2013 16:25:17 +0200 Subject: Add missing \since 5.1 for QVector::takeFirst() and ::takeLast() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic2d7e82187a17e21c2ed0e81318294730c3a0930 Reviewed-by: Thorbjørn Lund Martsum --- src/corelib/tools/qvector.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/corelib/tools/qvector.cpp b/src/corelib/tools/qvector.cpp index f6276711a7..4beb0f939c 100644 --- a/src/corelib/tools/qvector.cpp +++ b/src/corelib/tools/qvector.cpp @@ -621,6 +621,7 @@ */ /*! \fn T QVector::takeFirst() + \since 5.1 Removes the first item in the vector and returns it. This function assumes the vector is not empty. To avoid failure, call isEmpty() @@ -630,6 +631,7 @@ */ /*! \fn T QVector::takeLast() + \since 5.1 Removes the last item in the list and returns it. This function assumes the vector is not empty. To avoid failure, call isEmpty() -- cgit v1.2.3