Remove an outdated and nonsensical comment in the docs
After the QVector->QList rename it made no sense. Change-Id: I4a422f48b1f5d42c1c4d402ea947a0f4098172b7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
15a5d1996f
commit
ac4087a41e
|
|
@ -4636,10 +4636,6 @@ Qt::ApplicationState QApplicationStateChangeEvent::applicationState() const
|
|||
This class is a thin wrapper around an integer ID. You pass it into and out of
|
||||
functions by value.
|
||||
|
||||
This type actively prevents you from holding it in a QList, because doing so would
|
||||
be very inefficient. Use a QList instead, which has the same API as QList, but more
|
||||
efficient storage.
|
||||
|
||||
\sa QEventPoint
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue