summaryrefslogtreecommitdiffstats
path: root/src/widgets/dialogs/qdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/dialogs/qdialog.cpp')
-rw-r--r--src/widgets/dialogs/qdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/dialogs/qdialog.cpp b/src/widgets/dialogs/qdialog.cpp
index fb03d3b579..2e60be70f7 100644
--- a/src/widgets/dialogs/qdialog.cpp
+++ b/src/widgets/dialogs/qdialog.cpp
@@ -579,7 +579,7 @@ void QDialog::done(int r)
/*!
Hides the modal dialog and sets the result code to \c Accepted.
- \sa reject() done()
+ \sa reject(), done()
*/
void QDialog::accept()
@@ -590,7 +590,7 @@ void QDialog::accept()
/*!
Hides the modal dialog and sets the result code to \c Rejected.
- \sa accept() done()
+ \sa accept(), done()
*/
void QDialog::reject()