summaryrefslogtreecommitdiffstats
path: root/examples/sql/doc/src
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-11-10 21:13:05 +0100
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2023-11-23 11:33:28 +0100
commitfa045a3ce76d51dfa679945e74d9e2a685e14597 (patch)
tree7407220cf2dbc3e04b9cba9f7caef86f76687625 /examples/sql/doc/src
parent1ffd12a8dc783b8e0806b839a3015b4fb9298bad (diff)
SQL/drilldown example: add new icons and misc cleanup
Cleanup the drilldown example: - use icons with the current style - remove unneeded QOverload<> - remove some empty lines which don't look good in the documentation - use Q_SLOTS/Q_SIGNALS instead slots/signals Fixes: QTBUG-113696 Change-Id: I62476a8989c0abd1f424d1425cb05489491e2153 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/sql/doc/src')
-rw-r--r--examples/sql/doc/src/drilldown.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sql/doc/src/drilldown.qdoc b/examples/sql/doc/src/drilldown.qdoc
index 3ef310db18e..d334018b4a2 100644
--- a/examples/sql/doc/src/drilldown.qdoc
+++ b/examples/sql/doc/src/drilldown.qdoc
@@ -46,8 +46,8 @@
\snippet drilldown/informationwindow.h 0
When we create an information window, we pass the associated
- item ID, a parent, and a pointer to the database, to the
- constructor. We will use the database pointer to populate our
+ item ID, a pointer to the model, and a parent to the
+ constructor. We will use the model pointer to populate our
window with data, while passing the parent parameter on to the
base class. The ID is stored for future reference.