summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-07 14:05:37 +0100
committerAndreas Eliasson <andreas.eliasson@qt.io>2023-03-10 07:40:52 +0000
commit92201899218eedf2f0c868747ef19f51d762946a (patch)
tree86f68d3e8fef957d4baf090492bbe32512740655
parent0c8e54905d1d7d7554d37e685a67bedf5160bab4 (diff)
downloadqttools-92201899218eedf2f0c868747ef19f51d762946a.tar.gz
Doc: Remove reference to Multiple Inheritance Example
This example was part of 6.4 but has been removed in dev. Pick-to: 6.5 6.5.0 Change-Id: Ic5bbdf075ce0c45a894d5963a3790e7faf4cd5ba Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--src/designer/src/designer/doc/src/designer-manual.qdoc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/designer/src/designer/doc/src/designer-manual.qdoc b/src/designer/src/designer/doc/src/designer-manual.qdoc
index b32bb6b2b..2578463d7 100644
--- a/src/designer/src/designer/doc/src/designer-manual.qdoc
+++ b/src/designer/src/designer/doc/src/designer-manual.qdoc
@@ -1924,9 +1924,6 @@ pixmap property in the property editor.
and enables signal and slot connections to be made in the usual way with
the \l{QObject::connect()}{connect()} function.
- This approach is used in the \l{Multiple Inheritance Example}
- {Multiple Inheritance} example.
-
We need to include the header file that \c uic generates from the
\c calculatorform.ui file, as follows: