summaryrefslogtreecommitdiffstats
path: root/src/gui/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-11-08 00:50:13 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-11-09 16:01:33 +0100
commit3553f8119b5cd8c04c7208c519bb08245a44720e (patch)
treecb8e4cce6858ab0aa8f520682468903f056fee9a /src/gui/doc
parent24a0303b9ed7d48c75c4567b93b327b731b2de3b (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: Ib59de7976fae19e7b39962e80161df6628e4070b Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'src/gui/doc')
-rw-r--r--src/gui/doc/src/qt6-changes.qdoc6
-rw-r--r--src/gui/doc/src/qtgui.qdoc2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/doc/src/qt6-changes.qdoc b/src/gui/doc/src/qt6-changes.qdoc
index a3cafaa1c3..c0c12e1502 100644
--- a/src/gui/doc/src/qt6-changes.qdoc
+++ b/src/gui/doc/src/qt6-changes.qdoc
@@ -27,8 +27,8 @@
/*!
\page gui-changes-qt6.html
- \title Porting to Qt 6 - Qt GUI
- \ingroup porting-guides-5-to-6
+ \title Changes to Qt GUI
+ \ingroup changes-qt-5-to-6
\brief Migrate Qt GUI to Qt 6.
Qt 6 is a result of the conscious effort to make the framework more
@@ -94,7 +94,7 @@
\section1 Painting classes
- See the porting guide for \l{Porting to Qt 6 - Qt Print Support}{Qt Print Support} for
+ See the porting guide for \l{Changes to Qt Print Support}{Qt Print Support} for
information about \l{QPagedPaintDevice} and other printing related classes.
\section1 Utility classes
diff --git a/src/gui/doc/src/qtgui.qdoc b/src/gui/doc/src/qtgui.qdoc
index b5c413952b..c12417c144 100644
--- a/src/gui/doc/src/qtgui.qdoc
+++ b/src/gui/doc/src/qtgui.qdoc
@@ -191,7 +191,7 @@
More info in \l{Drag and Drop}
\section1 Module Evolution
- \l{Porting to Qt 6 - Qt GUI} lists important changes in the module API
+ \l{Changes to Qt GUI} lists important changes in the module API
and functionality that were done for the Qt 6 series of Qt.
\section1 Licenses and Attributions