summaryrefslogtreecommitdiff
path: root/src/widgets/qquickqmessagebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qquickqmessagebox.cpp')
-rw-r--r--src/widgets/qquickqmessagebox.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/qquickqmessagebox.cpp b/src/widgets/qquickqmessagebox.cpp
index 5d62bee6..c959fd74 100644
--- a/src/widgets/qquickqmessagebox.cpp
+++ b/src/widgets/qquickqmessagebox.cpp
@@ -84,6 +84,8 @@ QT_BEGIN_NAMESPACE
onAccepted: { console.log("accepted") }
}
\endqml
+
+ The corresponding handler is \c onAccepted.
*/
/*!
@@ -91,6 +93,8 @@ QT_BEGIN_NAMESPACE
The \a rejected signal is emitted when the user has dismissed the dialog,
either by closing the dialog window or by pressing the Cancel button.
+
+ The corresponding handler is \c onRejected.
*/
/*!