From d9b11a3343bd54a5ee8425be544ab41dfa5c8848 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Tue, 15 Aug 2023 18:06:19 +0200 Subject: [PATCH] Doc: Fix \since for QMessageBox::options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 . Change-Id: I5ca4c5e2a7dd2e826ba4392f4ea0e0dee00c92f4 Reviewed-by: Tor Arne Vestbø Reviewed-by: Thorbjørn Lund Martsum (cherry picked from commit ab1b22c49b4a815991c73e84818db7538f9a1a0c) Reviewed-by: Qt Cherry-pick Bot --- src/widgets/dialogs/qmessagebox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp index 2c6b01a0d97..bd7c8e86333 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.