forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -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 & 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>
|
||||
|
Reference in New Issue
Block a user