summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src
diff options
context:
space:
mode:
authorDavid Boddie <[email protected]>2025-05-23 17:09:17 +0200
committerDavid Boddie <[email protected]>2025-05-31 06:41:36 +0000
commit475c951d69a326e7aed0f18f525a155dd95a6a6b (patch)
tree3391b8fd37e78c6e516e8fda0d9ddce987f74f90 /examples/widgets/doc/src
parent6854ea63365ae419a04a470eb17e5f7662f00931 (diff)
Doc: Fix auto-links to deprecated functions
Change-Id: Id4456eef3440734add2d804d186966e253335b7c Reviewed-by: Richard Moe Gustavsen <[email protected]>
Diffstat (limited to 'examples/widgets/doc/src')
-rw-r--r--examples/widgets/doc/src/basicdrawing.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/basicdrawing.qdoc b/examples/widgets/doc/src/basicdrawing.qdoc
index a4606a29814..bbdd19ff22c 100644
--- a/examples/widgets/doc/src/basicdrawing.qdoc
+++ b/examples/widgets/doc/src/basicdrawing.qdoc
@@ -171,7 +171,7 @@
The QComboBox::itemData() function returns the data as a QVariant,
so we need to cast the data to \c RenderArea::Shape. If there is
no data for the given role, the function returns
- QVariant::Invalid.
+ QMetaType::UnknownType.
In the end we call the \c RenderArea::setShape() slot to update
the \c RenderArea widget.