From b5b36db63a99579a69cb26da25ae6d04924648cf Mon Sep 17 00:00:00 2001 From: Andreas Buhr Date: Tue, 1 Dec 2020 14:57:27 +0100 Subject: Fix documentation links to High DPI documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The documentation on High DPI was recently rewritten, renaming several sections. This patch fixes the links which were broken by this change. Task-number: QTBUG-88533 Pick-to: 6.0 Change-Id: Iae9f38d722a267ba5b21db6f2ef7394a6c675d4f Reviewed-by: Tor Arne Vestbø --- .../chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc index b6774439..a56a4703 100644 --- a/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc +++ b/examples/quickcontrols2/chattutorial/doc/src/qtquickcontrols2-chattutorial.qdoc @@ -78,7 +78,7 @@ Within \c main(), we set up the application object and QML engine: \skipto main \printuntil } -It begins with enabling \l {High DPI Displays}{high DPI scaling}, which is not +It begins with enabling \l {High DPI}{high DPI scaling}, which is not part of the default code. It is necessary to do so before the application object is constructed. -- cgit v1.2.3