summaryrefslogtreecommitdiffstats
path: root/src/dialogs/qquickfontdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dialogs/qquickfontdialog.cpp')
-rw-r--r--src/dialogs/qquickfontdialog.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dialogs/qquickfontdialog.cpp b/src/dialogs/qquickfontdialog.cpp
index d17ce986e..802ab33ca 100644
--- a/src/dialogs/qquickfontdialog.cpp
+++ b/src/dialogs/qquickfontdialog.cpp
@@ -66,12 +66,16 @@ QT_BEGIN_NAMESPACE
\qmlsignal QtQuick::Dialogs::AbstractFontDialog::accepted
The \a accepted signal is emitted by \l accept().
+
+ The corresponding handler is \c onAccepted.
*/
/*!
\qmlsignal QtQuick::Dialogs::AbstractFontDialog::rejected
The \a accepted signal is emitted by \l reject().
+
+ The corresponding handler is \c onRejected.
*/
/*!