summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-09 15:20:48 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-09 15:33:30 +0100
commitd5989c0b9879ca4ed1bb200de485340fbe035b5b (patch)
tree593e353878eeb12e73ccc659cb4d35e9c2e7e6a2
parent6efbb0613eb9adc6a3d53db4f6e02fb2ad03c93c (diff)
Rename "Porting" pages to "Changes"
The content in the porting guides are closer to a changelog than a porting guide. At this point, it is easier for maintainers and contributors to write in a changelog than a guide. This change should help with readability and is closer to the usage of "Changes" in documentation. Part of a rename in other submodules. Task-number: QTBUG-87156 Change-Id: I10b2aaebfb49d1e289d663ddff042425ce772991 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/doc/src/qt3d-index.qdoc2
-rw-r--r--src/doc/src/qt6-changes.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/src/qt3d-index.qdoc b/src/doc/src/qt3d-index.qdoc
index 00a489d50..8a57a2b10 100644
--- a/src/doc/src/qt3d-index.qdoc
+++ b/src/doc/src/qt3d-index.qdoc
@@ -109,7 +109,7 @@
\endlist
\section1 Module Evolution
- \l{Porting to Qt 6 - Qt3D} lists important changes in the module API
+ \l{Changes to Qt3D} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions
diff --git a/src/doc/src/qt6-changes.qdoc b/src/doc/src/qt6-changes.qdoc
index 1fd694d30..4ec2886d1 100644
--- a/src/doc/src/qt6-changes.qdoc
+++ b/src/doc/src/qt6-changes.qdoc
@@ -27,7 +27,7 @@
/*!
\page qt3d-changes-qt6.html
- \title Porting to Qt 6 - Qt3D
+ \title Changes to Qt3D
Qt 6 is a result of the conscious effort to make the framework more
efficient and easy to use.