summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/itemviewspuzzle.qdoc
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-26 13:48:57 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-28 00:09:58 +0200
commitcefb1c9ca9af73999247678907c496c1a143d00f (patch)
tree9d77b10e151289ffd862f6ef7f42dfc510be0611 /examples/widgets/doc/src/itemviewspuzzle.qdoc
parent3a9526468c134b68b64b9a3bb6278d47c266e381 (diff)
Move drag and drop puzzle example to manual test
Pick-to: 6.5 6.6 Change-Id: I859cdb2cf74cd6272c29924c77dab26b4f4c0b6c Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets/doc/src/itemviewspuzzle.qdoc')
-rw-r--r--examples/widgets/doc/src/itemviewspuzzle.qdoc4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/widgets/doc/src/itemviewspuzzle.qdoc b/examples/widgets/doc/src/itemviewspuzzle.qdoc
index c1e0c361d6..9e77caf87e 100644
--- a/examples/widgets/doc/src/itemviewspuzzle.qdoc
+++ b/examples/widgets/doc/src/itemviewspuzzle.qdoc
@@ -12,8 +12,4 @@
This example is an implementation of a simple jigsaw puzzle game using the
built-in support for drag and drop provided by Qt's model/view framework.
- The \l{Drag and Drop Puzzle Example}{Drag and Drop Puzzle} example shows
- many of the same features, but takes an alternative approach that uses Qt's
- drag and drop API at the application level to handle drag and drop
- operations.
*/