Fix reference to quitOnLastWindowClosed in WA_QuitOnClose docs

The property is nowadays on QGuiApplication.

Change-Id: I8759761b08b0cdcef786ca96a7fa6364331f157d
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit d78245ce8fc495ac7c771d045ba15da21e0732e2)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2021-10-04 12:47:21 +02:00 committed by Qt Cherry-pick Bot
parent 380e9b565f
commit a90ca623f4

View File

@ -1128,7 +1128,7 @@
\value WA_QuitOnClose Makes Qt quit the application when the last widget \value WA_QuitOnClose Makes Qt quit the application when the last widget
with the attribute set has accepted closeEvent(). This behavior can be with the attribute set has accepted closeEvent(). This behavior can be
modified with the QApplication::quitOnLastWindowClosed property. By default modified with the QGuiApplication::quitOnLastWindowClosed property. By default
this attribute is set for all widgets of type Qt::Window. this attribute is set for all widgets of type Qt::Window.
\value WA_Resized Indicates that the widget has an explicit size. This flag \value WA_Resized Indicates that the widget has an explicit size. This flag