From 3ac456496b51d551e6e91feec49d2a422a43cc42 Mon Sep 17 00:00:00 2001 From: Leena Miettinen <riitta-leena.miettinen@qt.io> Date: Thu, 19 Jul 2018 15:16:55 +0200 Subject: [PATCH] Fix external links to Qt Creator Manual The section name changed in the Qt Creator Manual and external-resources file. Change-Id: I6f547b161bdb17eab6cfec2e636be050540ba428 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io> --- doc/src/qmlapp/applicationdevelopers.qdoc | 2 +- doc/src/qt5-intro.qdoc | 2 +- doc/src/whatsnew/whatsnew51.qdoc | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc index 975cdfc0..0e6af3e4 100644 --- a/doc/src/qmlapp/applicationdevelopers.qdoc +++ b/doc/src/qmlapp/applicationdevelopers.qdoc @@ -75,7 +75,7 @@ provided by Qt Quick, please see the \l{Qt Quick} module documentation. For creating or customizing graphical user interfaces, Qt Quick adds visual types, animation types, and other QML types in addition to the standard QML -types from Qt QML. \l{Qt Creator: Using Qt Quick Designer}{Qt Quick Designer} +types from Qt QML. \l{Qt Creator: Editing QLM Files in Design Mode}{Qt Quick Designer} is integrated within Qt Creator and supports \c{QtQuick 2} from Qt Creator version 2.7 and onwards. diff --git a/doc/src/qt5-intro.qdoc b/doc/src/qt5-intro.qdoc index 06c3bd9f..41c1244c 100644 --- a/doc/src/qt5-intro.qdoc +++ b/doc/src/qt5-intro.qdoc @@ -234,7 +234,7 @@ Qt Quick Controls and Qt Quick Layouts provide a vast set of UI controls ranging from the most basic text field and button to the more complex stack view and tumbler. The controls are also made available in - \l{Qt Creator: Using Qt Quick Designer}{Qt Quick Designer}. + \l{Qt Creator: Editing QLM Files in Design Mode}{Qt Quick Designer}. \raw HTML </td></tr> </table> diff --git a/doc/src/whatsnew/whatsnew51.qdoc b/doc/src/whatsnew/whatsnew51.qdoc index ae23d391..dc555d1c 100644 --- a/doc/src/whatsnew/whatsnew51.qdoc +++ b/doc/src/whatsnew/whatsnew51.qdoc @@ -185,7 +185,8 @@ \list \li Improved C++11 code editing support - \li \l{Qt Creator: Using Qt Quick Designer}{Qt Quick Designer} with full support for Qt Quick + \li \l{Qt Creator: Editing QLM Files in Design Mode}{Qt Quick Designer} + with full support for Qt Quick \li Android \l{Qt Creator: Deploying Applications to Android Devices}{development target} \li Experimental QBS and diff integration \endlist -- GitLab