summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-08 20:20:54 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-09 14:24:29 +0100
commit3bcca98b4a6292648311113aea7755ca8fb69a0c (patch)
treecd7323304fa271f2355a84d8f6156b02be3310b2
parent1cca5f2fdbabbfca96978b8cc18e80135e0a9406 (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: Ibc0ef3d39c2d5defb0ef8b1e7f1e9f83cac83a52 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
-rw-r--r--src/imageformats/doc/src/qt6-changes.qdoc4
-rw-r--r--src/imageformats/doc/src/qtimageformats.qdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/imageformats/doc/src/qt6-changes.qdoc b/src/imageformats/doc/src/qt6-changes.qdoc
index c00857c..d42bb5a 100644
--- a/src/imageformats/doc/src/qt6-changes.qdoc
+++ b/src/imageformats/doc/src/qt6-changes.qdoc
@@ -27,8 +27,8 @@
/*!
\page qtimageformats-changes-qt6.html
- \title Porting to Qt 6 - Qt Image Formats
- \ingroup porting-guides-5-to-6
+ \title Changes to Qt Image Formats
+ \ingroup changes-qt-5-to-6
\brief Migrate Qt Image Formats to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more
diff --git a/src/imageformats/doc/src/qtimageformats.qdoc b/src/imageformats/doc/src/qtimageformats.qdoc
index e4d771f..f45c609 100644
--- a/src/imageformats/doc/src/qtimageformats.qdoc
+++ b/src/imageformats/doc/src/qtimageformats.qdoc
@@ -78,7 +78,7 @@ plugins. They may be deployed to the target system in the same way as
other plugins, see the \l{Deploying Plugins} documentation.
\section1 Module Evolution
-\l{Porting to Qt 6 - Qt Image Formats} lists important changes in the module
+\l{Changes to Qt Image Formats} lists important changes in the module
API and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions