summaryrefslogtreecommitdiff
path: root/src/controls/ToolButton.qml
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/ToolButton.qml
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/ToolButton.qml')
-rw-r--r--src/controls/ToolButton.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ToolButton.qml b/src/controls/ToolButton.qml
index 0ff62ec4..24ca162c 100644
--- a/src/controls/ToolButton.qml
+++ b/src/controls/ToolButton.qml
@@ -49,8 +49,8 @@ import QtQuick.Controls.Private 1.0
\ingroup controls
\brief Provides a button type that is typically used within a ToolBar.
- ToolButton is functionally similar to \l Button, but can provide a look that is more
- suitable within a \l ToolBar.
+ ToolButton is functionally similar to \l {QtQuick.Controls::}{Button}, but
+ can provide a look that is more suitable within a \l ToolBar.
\code
ToolButton {