summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-07-20 01:17:49 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-07-22 02:19:25 +0200
commitac4087a41ecbf5266192858d561535e3bc8e3ad1 (patch)
tree44f1485d8644ecf59671ebe50ca6bb5c53d96121
parent15a5d1996fff52e50bb2d0f768f459990b266531 (diff)
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>
-rw-r--r--src/gui/kernel/qevent.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qevent.cpp b/src/gui/kernel/qevent.cpp
index 98df279a91..9e8fc19649 100644
--- a/src/gui/kernel/qevent.cpp
+++ b/src/gui/kernel/qevent.cpp
@@ -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
*/