Doc: Fix QVector constructor documentation
Change-Id: Ib16df599553e482e981573afadf3c3f4e70ed5b1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
parent
4e48a8b457
commit
e7b257c39b
@ -229,7 +229,7 @@
|
||||
/*! \fn QVector::QVector(std::initializer_list<T> args)
|
||||
\since 4.8
|
||||
|
||||
Construct a vector from the std::initilizer_list given by \a args.
|
||||
Constructs a vector from the std::initializer_list given by \a args.
|
||||
|
||||
This constructor is only enabled if the compiler supports C++11 initializer
|
||||
lists.
|
||||
|
Loading…
Reference in New Issue
Block a user