summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qevent.cpp')
-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
*/