aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-09-04 14:49:06 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2014-09-05 09:03:36 +0200
commitf9ee33f9683a4cd4d1a2e41efa6e8d124e9d731d (patch)
tree9ef223e148eff9621e59c4160132f453e215659a
parent4d861e830ab73d302a9e0a2760d397ac4e99d298 (diff)
Doc: Fix link to Qt namespacev5.4.0-alpha1
Linking to 'Qt Namespace' will link to the Detailed Description section on the Qt namespace doc. Use the new linking format to link to the start of the page instead. Change-Id: Ib7e1b2b91fd9987262fc1a083ae94ef086260766 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--src/qml/qml/qqmlengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlengine.cpp b/src/qml/qml/qqmlengine.cpp
index 55f6cb9007..e54e23813d 100644
--- a/src/qml/qml/qqmlengine.cpp
+++ b/src/qml/qml/qqmlengine.cpp
@@ -296,7 +296,7 @@ Text {
\section1 Enums
-The Qt object contains the enums available in the \l {Qt Namespace}. For example, you can access
+The Qt object contains the enums available in the \l [QtCore]{Qt}{Qt Namespace}. For example, you can access
the \l Qt::LeftButton and \l Qt::RightButton enumeration values as \c Qt.LeftButton and \c Qt.RightButton.