diff options
| author | Christian Ehrlicher <[email protected]> | 2024-08-20 20:31:46 +0200 |
|---|---|---|
| committer | Christian Ehrlicher <[email protected]> | 2024-08-25 20:37:25 +0200 |
| commit | b5bb8897d0809bae4e414c74420440255fc5b08d (patch) | |
| tree | 8ee38cef5df93a970f82408b8e99a0c5ae482e8b /src/widgets/dialogs/qdialog.cpp | |
| parent | e279dd8c20794810292047c8c84f309e8aed004b (diff) | |
Widgets/doc remove all \since 4.x comments in widgets/dialogs
Remove all \since 4.x comments in widgets/dialogs - this is no longer
of interest.
Pick-to: 6.8
Change-Id: I4835be8c16363b13615ffc921454e2b5ade295eb
Reviewed-by: Safiyyah Moosa <[email protected]>
Reviewed-by: Axel Spoerl <[email protected]>
Diffstat (limited to 'src/widgets/dialogs/qdialog.cpp')
| -rw-r--r-- | src/widgets/dialogs/qdialog.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/dialogs/qdialog.cpp b/src/widgets/dialogs/qdialog.cpp index ffdef998573..9509ea98bcf 100644 --- a/src/widgets/dialogs/qdialog.cpp +++ b/src/widgets/dialogs/qdialog.cpp @@ -493,8 +493,6 @@ void QDialog::setResult(int r) } /*! - \since 4.5 - Shows the dialog as a \l{QDialog#Modal Dialogs}{window modal dialog}, returning immediately. @@ -1066,7 +1064,6 @@ void QDialog::resizeEvent(QResizeEvent *) } /*! \fn void QDialog::finished(int result) - \since 4.1 This signal is emitted when the dialog's \a result code has been set, either by the user or by calling done(), accept(), or @@ -1080,7 +1077,6 @@ void QDialog::resizeEvent(QResizeEvent *) */ /*! \fn void QDialog::accepted() - \since 4.1 This signal is emitted when the dialog has been accepted either by the user or by calling accept() or done() with the @@ -1094,7 +1090,6 @@ void QDialog::resizeEvent(QResizeEvent *) */ /*! \fn void QDialog::rejected() - \since 4.1 This signal is emitted when the dialog has been rejected either by the user or by calling reject() or done() with the |
