From 465ddfc870c3aa2c9afeb2255d173bf6da294c9a Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 17 Sep 2020 12:57:39 +0200 Subject: Doc: Add links to Qt 6 changes files from module index Task-number: QTBUG-84051 Change-Id: Iac25df135c9d73a990b41243e08cd38ea78296a4 Reviewed-by: Kai Koehne --- src/concurrent/doc/src/qtconcurrent-index.qdoc | 4 ++++ src/dbus/doc/src/qtdbus-index.qdoc | 4 ++++ src/gui/doc/src/qtgui.qdoc | 4 ++++ src/network/doc/src/qtnetwork.qdoc | 4 ++++ src/opengl/doc/src/qtopengl-index.qdoc | 4 ++++ src/printsupport/doc/src/qtprintsupport-index.qdoc | 4 ++++ src/sql/doc/src/qtsql.qdoc | 4 ++++ src/testlib/doc/src/qttest-index.qdoc | 4 ++++ src/widgets/doc/src/qtwidgets-index.qdoc | 4 ++++ src/xml/doc/src/qtxml-index.qdoc | 4 ++++ 10 files changed, 40 insertions(+) diff --git a/src/concurrent/doc/src/qtconcurrent-index.qdoc b/src/concurrent/doc/src/qtconcurrent-index.qdoc index 926f316c4e..e4abb433cd 100644 --- a/src/concurrent/doc/src/qtconcurrent-index.qdoc +++ b/src/concurrent/doc/src/qtconcurrent-index.qdoc @@ -158,6 +158,10 @@ might take some time, in this case we recommend specifying the begin and end iterators for the container instead. + \section1 Module Evolution + \l{Porting to Qt 6 - Qt Concurrent} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses The Qt Concurrent module is available under commercial licenses from \l{The Qt Company}. diff --git a/src/dbus/doc/src/qtdbus-index.qdoc b/src/dbus/doc/src/qtdbus-index.qdoc index 1023022a1d..c00c55305a 100644 --- a/src/dbus/doc/src/qtdbus-index.qdoc +++ b/src/dbus/doc/src/qtdbus-index.qdoc @@ -208,6 +208,10 @@ Information about the messages will be written to the console the application was launched from. + \section1 Module Evolution + \l{Porting to Qt 6 - Qt DBus} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses and Attributions The Qt D-Bus module is available under commercial licenses from \l{The Qt Company}. diff --git a/src/gui/doc/src/qtgui.qdoc b/src/gui/doc/src/qtgui.qdoc index e3d636ef92..4d5db84f41 100644 --- a/src/gui/doc/src/qtgui.qdoc +++ b/src/gui/doc/src/qtgui.qdoc @@ -194,6 +194,10 @@ More info in \l{Drag and Drop} + \section1 Module Evolution + \l{Porting to Qt 6 - 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 Qt GUI is available under commercial licenses from \l{The Qt Company}. diff --git a/src/network/doc/src/qtnetwork.qdoc b/src/network/doc/src/qtnetwork.qdoc index e18bcd3148..8f70899389 100644 --- a/src/network/doc/src/qtnetwork.qdoc +++ b/src/network/doc/src/qtnetwork.qdoc @@ -60,6 +60,10 @@ \li \l{Qt Network C++ Classes}{C++ Classes} \endlist + \section1 Module Evolution + \l{Porting to Qt 6 - Qt Network} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses and Attributions Qt Network is available under commercial licenses from \l{The Qt Company}. diff --git a/src/opengl/doc/src/qtopengl-index.qdoc b/src/opengl/doc/src/qtopengl-index.qdoc index 058907f2f5..6b4391771f 100644 --- a/src/opengl/doc/src/qtopengl-index.qdoc +++ b/src/opengl/doc/src/qtopengl-index.qdoc @@ -66,6 +66,10 @@ \include module-use.qdocinc building with qmake \snippet snippets/snippets.pro qmake_use + \section1 Module Evolution + \l{Porting to Qt 6 - Qt OpenGL} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses and Trademarks The Qt OpenGL module is available under commercial licenses from \l{The Qt Company}. diff --git a/src/printsupport/doc/src/qtprintsupport-index.qdoc b/src/printsupport/doc/src/qtprintsupport-index.qdoc index d566f12e66..76b8740bd4 100644 --- a/src/printsupport/doc/src/qtprintsupport-index.qdoc +++ b/src/printsupport/doc/src/qtprintsupport-index.qdoc @@ -174,6 +174,10 @@ \include module-use.qdocinc building with qmake \snippet snippets/snippets.pro qmake_use + \section1 Module Evolution + \l{Porting to Qt 6 - Qt Print Support} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses and Trademarks The Qt Print Support module is available under commercial licenses from \l{The Qt Company}. diff --git a/src/sql/doc/src/qtsql.qdoc b/src/sql/doc/src/qtsql.qdoc index 3769d3f7b7..51e6994c4f 100644 --- a/src/sql/doc/src/qtsql.qdoc +++ b/src/sql/doc/src/qtsql.qdoc @@ -49,6 +49,10 @@ \include module-use.qdocinc building with qmake \snippet snippets/snippets.pro qmake_use + \section1 Module Evolution + \l{Porting to Qt 6 - Qt SQL} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses and Attributions Qt SQL is available under commercial licenses from \l{The Qt Company}. diff --git a/src/testlib/doc/src/qttest-index.qdoc b/src/testlib/doc/src/qttest-index.qdoc index 9182881a2a..440c8faadf 100644 --- a/src/testlib/doc/src/qttest-index.qdoc +++ b/src/testlib/doc/src/qttest-index.qdoc @@ -56,6 +56,10 @@ \li \l{Qt Test Tutorial} \endlist + \section1 Module Evolution + \l{Porting to Qt 6 - Qt Test} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses and Attributions Qt Test is available under commercial licenses from \l{The Qt Company}. diff --git a/src/widgets/doc/src/qtwidgets-index.qdoc b/src/widgets/doc/src/qtwidgets-index.qdoc index d41da1673f..2971a4f932 100644 --- a/src/widgets/doc/src/qtwidgets-index.qdoc +++ b/src/widgets/doc/src/qtwidgets-index.qdoc @@ -121,6 +121,10 @@ interfaces \include module-use.qdocinc building with qmake \snippet snippets/snippets.pro qmake_use + \section1 Module Evolution + \l{Porting to Qt 6 - Qt Widgets} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses The Qt Widgets module is available under commercial licenses from \l{The Qt Company}. diff --git a/src/xml/doc/src/qtxml-index.qdoc b/src/xml/doc/src/qtxml-index.qdoc index 6a0f1da613..00852080c2 100644 --- a/src/xml/doc/src/qtxml-index.qdoc +++ b/src/xml/doc/src/qtxml-index.qdoc @@ -46,6 +46,10 @@ \include module-use.qdocinc building with qmake \snippet snippets/snippets.pro qmake_use + \section1 Module Evolution + \l{Porting to Qt 6 - Qt XML} lists important changes in the module API + and functionality that were done for the Qt 6 series of Qt. + \section1 Licenses The Qt XML module is available under commercial licenses from \l{The Qt Company}. -- cgit v1.2.3