summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/dialogs/qdialog.cpp')
-rw-r--r--src/widgets/dialogs/qdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qdialog.cpp b/src/widgets/dialogs/qdialog.cpp
index e1097dd1bb..af352e45c6 100644
--- a/src/widgets/dialogs/qdialog.cpp
+++ b/src/widgets/dialogs/qdialog.cpp
@@ -1041,7 +1041,7 @@ QSize QDialog::minimumSizeHint() const
\property QDialog::modal
\brief whether show() should pop up the dialog as modal or modeless
- By default, this property is false and show() pops up the dialog
+ By default, this property is \c false and show() pops up the dialog
as modeless. Setting his property to true is equivalent to setting
QWidget::windowModality to Qt::ApplicationModal.