summaryrefslogtreecommitdiff
path: root/src/controls/qquickaction.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-15 10:43:35 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-18 12:51:26 +0100
commit6c734a234e7460108c99c2485ac1f80d8a112f29 (patch)
tree3627272ff22bc0d221e8c304ad411489ec5efe7c /src/controls/qquickaction.cpp
parentb756900bb236190cc23f8cade2bf7440e5235ba4 (diff)
downloadqtquickcontrols-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/controls/qquickaction.cpp')
-rw-r--r--src/controls/qquickaction.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/controls/qquickaction.cpp b/src/controls/qquickaction.cpp
index 3c4bfed6..541e9a5d 100644
--- a/src/controls/qquickaction.cpp
+++ b/src/controls/qquickaction.cpp
@@ -178,6 +178,8 @@ QT_BEGIN_NAMESPACE
Emitted when either the menu item or its bound action have been activated. Includes
the object that triggered the event if relevant (e.g. a Button or MenuItem).
You shouldn't need to emit this signal, use \l trigger() instead.
+
+ The corresponding handler is \c onTriggered.
*/
/*! \qmlmethod Action::trigger(QObject *source)
@@ -191,6 +193,8 @@ QT_BEGIN_NAMESPACE
Emitted whenever a action's \l checked property changes.
This usually happens at the same time as \l triggered.
+
+ The corresponding handler is \c onToggled.
*/
QQuickAction::QQuickAction(QObject *parent)