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
Giuseppe D'Angelo 2020-07-20 01:17:49 +02:00
parent 15a5d1996f
commit ac4087a41e
1 changed files with 0 additions and 4 deletions

View File

@ -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
*/