aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-11-06 11:06:09 +0100
committerMitch Curtis <mitch.curtis@qt.io>2020-11-09 07:31:36 +0100
commit5309caf2e4165ac9b75d1b3c9a8f1bc64ec22313 (patch)
tree139d652a1d33c84df5dcae21774db99e99a962b3
parent20e2b79442a8e3c717374a39e6f916dcee1f9fdc (diff)
Doc: remove Qt Quick Templates' Qt 6 porting guide
While Qt Quick Templates does define the API for each type, it and Qt Quick Controls are quite closely intertwined, and it doesn't serve much value to have the porting guides separated. Task-number: QTBUG-88158 Change-Id: I9d5ee403049a17da1dc5e45e7d26bbd6c7b5b986 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/imports/templates/doc/src/qt6-changes.qdoc42
1 files changed, 0 insertions, 42 deletions
diff --git a/src/imports/templates/doc/src/qt6-changes.qdoc b/src/imports/templates/doc/src/qt6-changes.qdoc
deleted file mode 100644
index 3ba41019..00000000
--- a/src/imports/templates/doc/src/qt6-changes.qdoc
+++ /dev/null
@@ -1,42 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2020 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://www.qt.io/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file. Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: https://www.gnu.org/licenses/fdl-1.3.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
- \page qtquicktemplates-changes-qt6.html
- \title Porting to Qt 6 - Qt Quick Templates
-
- Qt 6 is a result of the conscious effort to make the framework more
- efficient and easy to use.
-
- We try to maintain compatibility for all the public APIs in each release.
- Some changes were inevitable in an effort to make Qt a better framework.
-
- In this topic we summarize those changes in Qt Quick Templates, and provide
- guidance to handle them.
-
- \section1 ADD STUFF HERE
-*/