Add missing \since 5.1 for QVector::takeFirst() and ::takeLast()

Change-Id: Ic2d7e82187a17e21c2ed0e81318294730c3a0930
Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
This commit is contained in:
Pekka Vuorela 2013-11-02 16:25:17 +02:00 committed by The Qt Project
parent 44d48862c0
commit 0c9a5698a1

View File

@ -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()