summaryrefslogtreecommitdiffstats
path: root/examples/widgets/doc/src/mdi.qdoc
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-26 14:43:36 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-29 14:49:13 +0200
commit4b79834e1a88461eb0cd8d19125130ed973651fa (patch)
treedbdc17d9c9659514a68b72659dafb6f7b3448a27 /examples/widgets/doc/src/mdi.qdoc
parent15db0935c546e0d63e6c391797754749490c9c2a (diff)
Move MDI example to manual test
Pick-to: 6.5 6.6 Change-Id: Ide698a171a4600cb4bac6574b6be74c17f779051 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets/doc/src/mdi.qdoc')
-rw-r--r--examples/widgets/doc/src/mdi.qdoc14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/widgets/doc/src/mdi.qdoc b/examples/widgets/doc/src/mdi.qdoc
deleted file mode 100644
index 23daeeb9bd..0000000000
--- a/examples/widgets/doc/src/mdi.qdoc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
-
-/*!
- \example mainwindows/mdi
- \title MDI Example
- \ingroup examples-mainwindow
-
- \brief The MDI example shows how to implement a Multiple Document Interface using Qt's
- QMdiArea class.
-
- \image mdi-example.png
-
-*/