QDialog: Fix typo in documentation
Change-Id: I0cbcd007976a974d7491595b59cc463f6443d4b0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>bb10
parent
e53a1c8bed
commit
350698da99
|
|
@ -1049,7 +1049,7 @@ QSize QDialog::minimumSizeHint() const
|
|||
\brief whether show() should pop up the dialog as modal or modeless
|
||||
|
||||
By default, this property is \c false and show() pops up the dialog
|
||||
as modeless. Setting his property to true is equivalent to setting
|
||||
as modeless. Setting this property to true is equivalent to setting
|
||||
QWidget::windowModality to Qt::ApplicationModal.
|
||||
|
||||
exec() ignores the value of this property and always pops up the
|
||||
|
|
|
|||
Loading…
Reference in New Issue