Update the documentation for C++11 initializer lists support

The documentation was written for 4.8 when the C++11 standard did not have the
name yet.

Change-Id: I08640a5ae62385b09e181eefafd4cc831e4de456
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
Laszlo Papp 2013-03-07 08:30:27 +00:00 committed by The Qt Project
parent 583349de03
commit 0e8520d18f
3 changed files with 6 additions and 3 deletions

View File

@ -511,7 +511,8 @@ void **QListData::erase(void **xi)
Construct a list from the std::initializer_list specified by \a args.
This constructor is only enabled if the compiler supports C++0x
This constructor is only enabled if the compiler supports C++11 initializer
lists.
*/
/*! \fn QList::~QList()

View File

@ -738,7 +738,8 @@ int QtPrivate::QStringList_removeDuplicates(QStringList *that)
Construct a list from a std::initializer_list given by \a args.
This constructor is only enabled if the compiler supports C++0x
This constructor is only enabled if the compiler supports C++11 initializer
lists.
*/

View File

@ -230,7 +230,8 @@
Construct a vector from the std::initilizer_list given by \a args.
This constructor is only enabled if the compiler supports C++0x
This constructor is only enabled if the compiler supports C++11 initializer
lists.
*/