summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/transformations.qdoc
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-12-02 15:41:51 +0100
committerNico Vertriest <nico.vertriest@qt.io>2020-01-09 02:33:08 +0100
commit22942058aa9c83acb809d0d4c6b78d29a3c33e12 (patch)
treecb622a1813a52bfa9ab8ae45b1a73f7c8559ae21 /examples/widgets/doc/src/transformations.qdoc
parentc77efa6d3881554b9e593658fff80acbb8b1388d (diff)
Doc: Correct qdoc compilation errors qtbase
Task-number: QTBUG-79824 Change-Id: I4be365d92b1adfde09efd04d088f75c506666a95 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/widgets/doc/src/transformations.qdoc')
-rw-r--r--examples/widgets/doc/src/transformations.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/transformations.qdoc b/examples/widgets/doc/src/transformations.qdoc
index d67e315848..17b540b6cc 100644
--- a/examples/widgets/doc/src/transformations.qdoc
+++ b/examples/widgets/doc/src/transformations.qdoc
@@ -320,8 +320,8 @@
The \c setupShapes() function is called from the constructor and
create the QPainterPath objects representing the shapes that are
- used in the application. For construction details, see the \l
- {painting/transformations/window.cpp}{window.cpp} example
+ used in the application. For construction details, see the \c
+ {painting/transformations/window.cpp} example
file. The shapes are stored in a QList. The QList::append()
function inserts the given shape at the end of the list.