From ac4087a41ecbf5266192858d561535e3bc8e3ad1 Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Mon, 20 Jul 2020 01:17:49 +0200 Subject: 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 --- src/gui/kernel/qevent.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gui/kernel/qevent.cpp') 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 */ -- cgit v1.2.3