From 95abac09523df5f0563f46ceb5365f80cb87a18c Mon Sep 17 00:00:00 2001 From: Caroline Chao Date: Thu, 12 Mar 2015 10:02:36 +0100 Subject: Doc: Fix qml method signatures So the return value and parameters can be seen in the documentation. + Fix minor doc issues Change-Id: I99e520c103bb0faeb88b26eb7b9ff73922851abc Reviewed-by: J-P Nurmi Reviewed-by: Martin Smith --- src/controls/qquickaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controls/qquickaction.cpp') diff --git a/src/controls/qquickaction.cpp b/src/controls/qquickaction.cpp index e3512baf..6dc07f87 100644 --- a/src/controls/qquickaction.cpp +++ b/src/controls/qquickaction.cpp @@ -172,7 +172,7 @@ QT_BEGIN_NAMESPACE The corresponding handler is \c onTriggered. */ -/*! \qmlmethod Action::trigger(QObject *source) +/*! \qmlmethod void Action::trigger(QObject *source) Will emit the \l triggered signal if the action is enabled. You may provide a source object if the Action would benefit from knowing the origin of the triggering (e.g. -- cgit v1.2.1