summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-27 12:56:47 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-27 13:25:01 +0000
commited3c8f1f76cfd51b689ee43d1a79702de1aefc37 (patch)
treef139acb3194676c8718835a5dc90a7f7d99aa339
parentb8038191e693f5649686d56b2192169ea1f53a25 (diff)
downloadqt-creator-ed3c8f1f76cfd51b689ee43d1a79702de1aefc37.tar.gz
Escaped a special character in the XML file
Without it, Qt creator complains that the XML file is invalid and it could not be parsed. Made a language edit as well based on the sanity bot's recommendation. Change-Id: I04acd60d9ee4f5f29f443fa56beed6ecfbdbef64 Task-number: QTBUG-41996 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--share/qtcreator/welcomescreen/qtcreator_tutorials.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/welcomescreen/qtcreator_tutorials.xml b/share/qtcreator/welcomescreen/qtcreator_tutorials.xml
index cc4ad211a9..03a4466a5a 100644
--- a/share/qtcreator/welcomescreen/qtcreator_tutorials.xml
+++ b/share/qtcreator/welcomescreen/qtcreator_tutorials.xml
@@ -105,7 +105,7 @@
<description><![CDATA[Monitoring the performance of a Qt Quick application.]]></description>
<tags>qt quick,qt creator,qml profiler</tags>
</tutorial>
- <tutorial imageUrl="images/icons/ddays14.png" difficulty="" projectPath="" name="Introducing Qt 3D 2.0 (3D Rendering & Visualisation)" isVideo="true" videoUrl="https://www.youtube.com/watch?v=WbLBgpancME" videoLength="1:01:24">
+ <tutorial imageUrl="images/icons/ddays14.png" difficulty="" projectPath="" name="Introducing Qt 3D 2.0 (3D Rendering &amp; Visualization)" isVideo="true" videoUrl="https://www.youtube.com/watch?v=WbLBgpancME" videoLength="1:01:24">
<description><![CDATA[Rendering and visualization in Qt 3D.]]></description>
<tags>qt,3d</tags>
</tutorial>