summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2023-03-07 14:05:37 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-10 12:00:16 +0000
commitef308c671be46b453284f0aad9e16b779c5ee682 (patch)
tree3f00c35070e54d4db4e1ad766b1ee3f8b991bac0
parent701c378276129d9099bf1f0fae6305348920ea91 (diff)
downloadqttools-ef308c671be46b453284f0aad9e16b779c5ee682.tar.gz
Doc: Remove reference to Multiple Inheritance Example
This example was part of 6.4 but has been removed in dev. Change-Id: Ic5bbdf075ce0c45a894d5963a3790e7faf4cd5ba Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 92201899218eedf2f0c868747ef19f51d762946a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-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: