From 261100246334c819159c35c738f0f4610ad3248c Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 22 Feb 2017 09:48:11 +0100 Subject: [PATCH] Doc: Remove link to removed tutorial Change-Id: Icfc111addf4e9e69d29325275ef997a7f923b1ca Reviewed-by: Leena Miettinen --- doc/src/overview/creator-tutorials.qdoc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/src/overview/creator-tutorials.qdoc b/doc/src/overview/creator-tutorials.qdoc index b498fa0c26..3105502677 100644 --- a/doc/src/overview/creator-tutorials.qdoc +++ b/doc/src/overview/creator-tutorials.qdoc @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2016 The Qt Company Ltd. +** Copyright (C) 2017 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the Qt Creator documentation. @@ -58,13 +58,6 @@ Learn how to create a Qt Quick application using Qt Quick Controls 2 for Android and iOS devices. - \li \l{Using Qt Quick UI Forms} - - Learn how to develop a Qt Quick application by using UI forms. - UI forms are split into \e .qml and \e .js files that contain the - business logic, and \e .ui.qml files that only contain the purely - declarative description of the UI. - \endlist */ -- GitLab