diff options
author | Jarek Kobus <[email protected]> | 2017-03-17 15:32:11 +0100 |
---|---|---|
committer | Jarek Kobus <[email protected]> | 2018-10-01 13:20:14 +0000 |
commit | d2ca87066004c48764cb56e70f5fcdb6681513b1 (patch) | |
tree | 146d7e65769a006c97e52b1dd6626216fd02a941 /src/widgets/dialogs/qprogressdialog.cpp | |
parent | 07e92611050f78dae93bcd362112efd8efa7b41e (diff) |
Make overloaded function appear in assistant index
When there are overloaded function for one class,
at least one of them mustn't possess \overload command,
otherwise it won't appear at all in doc index.
Task-number: QTBUG-59506
Change-Id: I650a3969cb45c1a5efdfc3a654e01d113c398f16
Reviewed-by: Martin Smith <[email protected]>
Diffstat (limited to 'src/widgets/dialogs/qprogressdialog.cpp')
-rw-r--r-- | src/widgets/dialogs/qprogressdialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/dialogs/qprogressdialog.cpp b/src/widgets/dialogs/qprogressdialog.cpp index a276e28a0c3..4bf78e21156 100644 --- a/src/widgets/dialogs/qprogressdialog.cpp +++ b/src/widgets/dialogs/qprogressdialog.cpp @@ -865,7 +865,6 @@ void QProgressDialog::forceShow() /*! \since 4.5 - \overload Opens the dialog and connects its canceled() signal to the slot specified by \a receiver and \a member. |