aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-08 01:01:49 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-09 14:20:28 +0100
commita2090182ffa336409c87d641e9302bbd081fe53d (patch)
tree93a97954cd3118e015541d17573cb5b25aee7dd2 /src
parent1e7abca73ec56a5fe757136e01be8c9c5f563e59 (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: I35ee87096b3faad18ac06a4ac5061fe845b341c5 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/imports/timeline/doc/src/qt6-changes.qdoc4
-rw-r--r--src/imports/timeline/doc/src/qtquicktimeline-index.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/imports/timeline/doc/src/qt6-changes.qdoc b/src/imports/timeline/doc/src/qt6-changes.qdoc
index 099b136..fafb769 100644
--- a/src/imports/timeline/doc/src/qt6-changes.qdoc
+++ b/src/imports/timeline/doc/src/qt6-changes.qdoc
@@ -27,8 +27,8 @@
/*!
\page qtquicktimeline-changes-qt6.html
- \title Porting to Qt 6 - Qt Quick Timeline
- \ingroup porting-guides-5-to-6
+ \title Changes to Qt Quick Timeline
+ \ingroup changes-qt-5-to-6
\brief Migrate Qt Quick Timeline to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more
diff --git a/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc b/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc
index 2314327..e63496c 100644
--- a/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc
+++ b/src/imports/timeline/doc/src/qtquicktimeline-index.qdoc
@@ -57,6 +57,6 @@
\endlist
\section1 Module Evolution
- \l{Porting to Qt 6 - Qt Quick Timeline} lists important changes in the
+ \l{Changes to Qt Quick Timeline} lists important changes in the
module API and functionality that were done for the Qt 6 series of Qt.
*/