summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-05-07 14:05:39 +0200
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2021-07-01 16:12:52 +0200
commit6e6202bf5ef80c6b2bbeffa3b90435c146a52094 (patch)
tree1bdc76584a073f55d34122565a2d5ea733886c06 /src/corelib/kernel
parent705877682eeab716f640f1cf78c22655fdca4b0e (diff)
Doc: Add QEvent::Quit to the list of enum values
Fixes: QTBUG-92122 Change-Id: I3d23c9ea50011bb6f8fdaba8aed7c940300813ed Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qcoreevent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcoreevent.cpp b/src/corelib/kernel/qcoreevent.cpp
index d6682f3059..2ec229cfec 100644
--- a/src/corelib/kernel/qcoreevent.cpp
+++ b/src/corelib/kernel/qcoreevent.cpp
@@ -198,6 +198,7 @@ QT_BEGIN_NAMESPACE
\value Polish The widget is polished.
\value PolishRequest The widget should be polished.
\value QueryWhatsThis The widget should accept the event if it has "What's This?" help (QHelpEvent).
+ \value Quit The application has exited.
\value ReadOnlyChange Widget's read-only state has changed (since Qt 5.4).
\value RequestSoftwareInputPanel A widget wants to open a software input panel (SIP).
\value Resize Widget's size changed (QResizeEvent).