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 08:48:15 +0000
commit57a075324c2f211de9a106fa5c70caf47283013a (patch)
tree4c043c481a9d32e258f42c6f3ffd519d0e3894a7
parente65b83771a86bc5010e0f09b9c8b4553f26ba719 (diff)
downloadqttools-57a075324c2f211de9a106fa5c70caf47283013a.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: