diff options
author | Paul Wicking <[email protected]> | 2023-09-28 08:42:31 +0200 |
---|---|---|
committer | Paul Wicking <[email protected]> | 2023-12-20 10:19:02 +0200 |
commit | f2e622a75dc5c27bb3eeb73e286264bd4415ede7 (patch) | |
tree | 81399f5b4332c974af49b872e89b3bb239edcf40 /src/widgets/dialogs/qprogressdialog.cpp | |
parent | 0367aace14b61e72433fa7cb7aab18b3def0030c (diff) |
Doc: Add missing full stop to briefs
QDoc generates missing full stops for briefs in certain situations.
Due to how the `\brief` command works, this fails if the brief ends
with a link target. As this is a corner case, add the missing full stop
to the offending briefs.
Task-number: QTBUG-117636
Task-number: QTBUG-117470
Change-Id: I6d9538f517cd39943ab817f45183fadd3b3a9c92
Reviewed-by: Safiyyah Moosa <[email protected]>
Reviewed-by: Andreas Eliasson <[email protected]>
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/widgets/dialogs/qprogressdialog.cpp')
-rw-r--r-- | src/widgets/dialogs/qprogressdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qprogressdialog.cpp b/src/widgets/dialogs/qprogressdialog.cpp index 5ef2192df4b..d241d50faf6 100644 --- a/src/widgets/dialogs/qprogressdialog.cpp +++ b/src/widgets/dialogs/qprogressdialog.cpp @@ -748,7 +748,7 @@ void QProgressDialog::closeEvent(QCloseEvent *e) /*! \property QProgressDialog::autoReset - \brief whether the progress dialog calls reset() as soon as value() equals maximum() + \brief whether the progress dialog calls reset() as soon as value() equals maximum(). The default is true. |