aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-10-24 18:30:22 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-10-25 07:49:45 +0000
commitd34f2b71c7eb73116e3f08bc9783fec81f450eb7 (patch)
tree83745f63c692d11db79dad940de520b0430d0276 /doc
parent70bf086a1e34ff955c78d8bbdca6d7f1c1db449a (diff)
Documentation: Fix file tag in QML how-to
Change-Id: Ib9c62947e79b2e828587e5b7c75a0585caba1273 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/howtos.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howtos.qdoc b/doc/howtos.qdoc
index f793c773e..afd3c0962 100644
--- a/doc/howtos.qdoc
+++ b/doc/howtos.qdoc
@@ -431,7 +431,7 @@
Group {
prefix: "qml/"
files: ["main.qml", "HomePage.qml"]
- fileTags: ["qml", "qt.core.resource_data"]
+ fileTags: ["qt.qml.qml", "qt.core.resource_data"]
}
}
\endcode