From d6935d6a394cf8867eb88a6962db3860f44f5e02 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <Thomas.Hartmann@digia.com> Date: Thu, 14 Mar 2013 15:48:09 +0100 Subject: [PATCH] QmlApplicationWizard: fix naming Also the HTML code is now valid XHTML. The latest draft of HTML 5 still suggest <br> btw. http://www.w3.org/html/wg/drafts/html/master/ text-level-semantics.html#the-br-element Change-Id: I436ddecd1565cb319de4385973322d7413dd8471 Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> --- share/qtcreator/templates/qml/qtquick1_1/template.xml | 2 +- share/qtcreator/templates/qml/qtquick2/template.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/qtcreator/templates/qml/qtquick1_1/template.xml b/share/qtcreator/templates/qml/qtquick1_1/template.xml index a16ce71286a..236ea30d251 100644 --- a/share/qtcreator/templates/qml/qtquick1_1/template.xml +++ b/share/qtcreator/templates/qml/qtquick1_1/template.xml @@ -4,5 +4,5 @@ id="QB.QML Application for Qt Quick 1.1"> <displayname>Qt Quick 1 UI</displayname> <displayname xml:lang="de">Qt Quick 1 UI</displayname> - <description>Creates a Qt Quick UI 1 project with a single QML file that contains the main view.<br> You can review Qt Quick UI 1 projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects. <br><br>Requires <b>Qt 4.8</b> or newer.</description> + <description>Creates a Qt Quick 1 UI project with a single QML file that contains the main view.<br/>You can review Qt Quick 1 UI projects in the QML Viewer and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects.<br/><br/>Requires <b>Qt 4.8</b> or newer.</description> </template> diff --git a/share/qtcreator/templates/qml/qtquick2/template.xml b/share/qtcreator/templates/qml/qtquick2/template.xml index c899e02228b..97c8d70b806 100644 --- a/share/qtcreator/templates/qml/qtquick2/template.xml +++ b/share/qtcreator/templates/qml/qtquick2/template.xml @@ -4,5 +4,5 @@ id="QB.QML Application for Qt Quick 2.0"> <displayname>Qt Quick 2 UI</displayname> <displayname xml:lang="de">Qt Quick 2 UI</displayname> - <description>Creates a Qt Quick UI 2 project with a single QML file that contains the main view.<br> You can review Qt Quick UI 2 projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects.<br><br>Requires <b>Qt 5.0</b> or newer.</description> + <description>Creates a Qt Quick 2 UI project with a single QML file that contains the main view.<br/>You can review Qt Quick 2 UI projects in the QML Scene and you need not build them. You do not need to have the development environment installed on your computer to create and run this type of projects.<br/><br/>Requires <b>Qt 5.0</b> or newer.</description> </template> -- GitLab