diff options
author | Sze Howe Koh <szehowe.koh@gmail.com> | 2014-03-15 10:43:35 +0800 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-03-18 12:51:26 +0100 |
commit | 6c734a234e7460108c99c2485ac1f80d8a112f29 (patch) | |
tree | 3627272ff22bc0d221e8c304ad411489ec5efe7c /src/dialogs/qquickplatformfontdialog.cpp | |
parent | b756900bb236190cc23f8cade2bf7440e5235ba4 (diff) | |
download | qtquickcontrols-6c734a234e7460108c99c2485ac1f80d8a112f29.tar.gz |
Doc: Append handler names to \qmlsignal documentation
Change-Id: I5e06bdf03ba1ba8e5fe7669f690420dc9a039129
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/dialogs/qquickplatformfontdialog.cpp')
-rw-r--r-- | src/dialogs/qquickplatformfontdialog.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dialogs/qquickplatformfontdialog.cpp b/src/dialogs/qquickplatformfontdialog.cpp index 961d776d..04650a71 100644 --- a/src/dialogs/qquickplatformfontdialog.cpp +++ b/src/dialogs/qquickplatformfontdialog.cpp @@ -114,6 +114,8 @@ QT_BEGIN_NAMESPACE onAccepted: { console.log("Selected font: " + font) } } \endqml + + The corresponding handler is \c onAccepted. */ /*! @@ -121,6 +123,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. */ /*! |