summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-21 23:55:58 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2020-09-22 06:01:02 +0200
commit1e2325f0dc39df3c91b7d74c7837961a0e12884e (patch)
treeafa2f73d70c14c0e7744af7daac15411163a285a /examples
parent19da4897afc6338d8ea6711d3e2b26afc3d3b3e3 (diff)
Fix some qdoc warnings: typos and qdoc syntax
Change-Id: Idf5c1490330e0f2e5d4bcf920eb03fc9993b3c8a Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/sql/doc/src/drilldown.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sql/doc/src/drilldown.qdoc b/examples/sql/doc/src/drilldown.qdoc
index a7a9601c26..f43ba38a23 100644
--- a/examples/sql/doc/src/drilldown.qdoc
+++ b/examples/sql/doc/src/drilldown.qdoc
@@ -438,7 +438,7 @@
\snippet drilldown/imageitem.h 0
We declare a \c Type enum value for our custom item and reimplement
- \l{QGreaphicsItem::}{type()}. This is done so we can safely use
+ \l{QGraphicsItem::}{type()}. This is done so we can safely use
qgraphicsitem_cast().
In addition, we implement a public \c id() function to be able to
identify the associated location and a public \c adjust() function