Fix reference to quitOnLastWindowClosed in WA_QuitOnClose docs
The property is nowadays on QGuiApplication. Pick-to: 6.2 Change-Id: I8759761b08b0cdcef786ca96a7fa6364331f157d Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
23125b3f01
commit
d78245ce8f
@ -1128,7 +1128,7 @@
|
||||
|
||||
\value WA_QuitOnClose Makes Qt quit the application when the last widget
|
||||
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.
|
||||
|
||||
\value WA_Resized Indicates that the widget has an explicit size. This flag
|
||||
|
Loading…
Reference in New Issue
Block a user