From 396a1ed555b376134af8f36c45cf8e5564a27e44 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 26 Aug 2021 16:12:13 +0200 Subject: [PATCH] Doc: Fix overview topic contents after content was moved around The Best Practices were moved to the appropriate topics. Change-Id: I0e525d9e2119158e2c3c8c971e72c062b7f03ca0 Reviewed-by: Johanna Vanhatapio --- .../overview/creator-only/creator-design-overview.qdoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/qtcreator/src/overview/creator-only/creator-design-overview.qdoc b/doc/qtcreator/src/overview/creator-only/creator-design-overview.qdoc index b13107a867a..1832facb558 100644 --- a/doc/qtcreator/src/overview/creator-only/creator-design-overview.qdoc +++ b/doc/qtcreator/src/overview/creator-only/creator-design-overview.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2018 The Qt Company Ltd. +** Copyright (C) 2021 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -58,9 +58,11 @@ Furthermore, features such as widget promotion and custom plugins allow you to use your own widgets with \QD. - \li \l{Best Practices} + \li \l{Optimizing Applications for Mobile Devices} - Apply the best practices to ensure that the UIs you create work - efficiently on the intended platforms, such as mobile devices. + Before starting application development, analyze and define the + requirements, scope, and functionality of the application to ensure + efficient functionality and a smooth user experience on mobile + devices. \endlist */