diff options
author | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-12 10:02:36 +0100 |
---|---|---|
committer | Caroline Chao <caroline.chao@theqtcompany.com> | 2015-03-13 14:59:12 +0000 |
commit | 95abac09523df5f0563f46ceb5365f80cb87a18c (patch) | |
tree | cab91b55cebb14df0bfb20b44ec426b860308c4c /src/controls/qquickaction.cpp | |
parent | d04eb32908cfa7c6692bacfc292494b85ce3cd8a (diff) | |
download | qtquickcontrols-95abac09523df5f0563f46ceb5365f80cb87a18c.tar.gz |
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 <jpnurmi@theqtcompany.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/controls/qquickaction.cpp')
-rw-r--r-- | src/controls/qquickaction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |