summaryrefslogtreecommitdiffstats
path: root/src/controls/qquickaction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/qquickaction.cpp')
-rw-r--r--src/controls/qquickaction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/qquickaction.cpp b/src/controls/qquickaction.cpp
index e3512baf8..6dc07f874 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.