summaryrefslogtreecommitdiff
path: root/src/controls/qquickaction.cpp
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2014-03-25 20:34:52 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-27 15:38:41 +0100
commitcff094ae801425a7da43f80af15c7ead8c4afcac (patch)
tree3668a6c2aeb31cfe8312c07f991a52878317efab /src/controls/qquickaction.cpp
parent873aefef6f0f14166b31999f7041e9b8bc191575 (diff)
downloadqtquickcontrols-cff094ae801425a7da43f80af15c7ead8c4afcac.tar.gz
Doc: Fix broken links (explicit intra-module qualifiers)
All these links are intra-module, so these qualifiers should not have been required. Might be an indication of a QDoc bug. Task-number: QTBUG-37719 Change-Id: I791ad767f1eb33c52b96de451ee0601a0b7c12dd Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
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 541e9a5d..3d13f90b 100644
--- a/src/controls/qquickaction.cpp
+++ b/src/controls/qquickaction.cpp
@@ -66,7 +66,7 @@ QT_BEGIN_NAMESPACE
For example, in a word processor, if the user presses a Bold toolbar button, the Bold menu item will
automatically be checked.
- QtQuick Controls supports actions in \l Button, \l ToolButton, and \l MenuItem.
+ QtQuick Controls supports actions in \l {QtQuick.Controls::}{Button}, \l ToolButton, and \l MenuItem.
Example:
\qml