summaryrefslogtreecommitdiffstats
path: root/examples/sql/doc/src
diff options
context:
space:
mode:
authorTor Arne Vestbø <[email protected]>2023-06-26 15:18:30 +0200
committerTor Arne Vestbø <[email protected]>2023-06-30 08:51:06 +0200
commit72a153a7f573008f071986030e73c7be6765bc88 (patch)
tree9b924c9d41dd5d520762ff3ca8967ad1e5156a22 /examples/sql/doc/src
parent8937169c190246ebc85df242f85b3bda911bc5c6 (diff)
Move simple widget mapper example to manual test
Pick-to: 6.5 6.6 Change-Id: I703843b5ee935794c2e2fd0407f9a1508b088ab6 Reviewed-by: Volker Hilsheimer <[email protected]>
Diffstat (limited to 'examples/sql/doc/src')
-rw-r--r--examples/sql/doc/src/sqlwidgetmapper.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/sql/doc/src/sqlwidgetmapper.qdoc b/examples/sql/doc/src/sqlwidgetmapper.qdoc
index 2e921f479c8..f43271e1c39 100644
--- a/examples/sql/doc/src/sqlwidgetmapper.qdoc
+++ b/examples/sql/doc/src/sqlwidgetmapper.qdoc
@@ -101,8 +101,7 @@
As a result, the user is able to select an item from the combo box,
and the associated value is written back to the model.
- The rest of the constructor is very similar to that of the
- \l{Simple Widget Mapper Example}:
+ The rest of the constructor sets up connections and layouts:
\snippet sqlwidgetmapper/window.cpp Set up connections and layouts