summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-08-15 18:06:19 +0200
committerKai Köhne <kai.koehne@qt.io>2023-08-16 16:25:48 +0200
commitab1b22c49b4a815991c73e84818db7538f9a1a0c (patch)
tree25374bccea86eff64e41cc153bae665400f12a1a /src/widgets/dialogs
parent726899dc6569448598b3775a63eca7e14c4da3f0 (diff)
Doc: Fix \since for QMessageBox::options
While at it, also make \brief a proper sentence, starting with an uppercase letter and ending with a dot. This amends code added in commit 29b2506e8c . Pick-to: 6.6 Change-Id: I5ca4c5e2a7dd2e826ba4392f4ea0e0dee00c92f4 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Thorbjørn Lund Martsum <tmartsum@gmail.com>
Diffstat (limited to 'src/widgets/dialogs')
-rw-r--r--src/widgets/dialogs/qmessagebox.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp
index 2c6b01a0d9..bd7c8e8633 100644
--- a/src/widgets/dialogs/qmessagebox.cpp
+++ b/src/widgets/dialogs/qmessagebox.cpp
@@ -1292,8 +1292,8 @@ QMessageBox::Options QMessageBox::options() const
/*!
\property QMessageBox::options
- \brief options that affect the look and feel of the dialog
- \since 6.6.
+ \brief Options that affect the look and feel of the dialog.
+ \since 6.6
By default, these options are disabled.