summaryrefslogtreecommitdiffstats
path: root/examples/sql
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql')
-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