diff options
author | Venugopal Shivashankar <[email protected]> | 2020-08-12 11:20:05 +0200 |
---|---|---|
committer | Venugopal Shivashankar <[email protected]> | 2020-08-12 09:31:53 +0000 |
commit | 7ae703466636f95704e8b1913be16a5ea0ea7ab3 (patch) | |
tree | d0cee6b5cda72962ef41ccb4b7c9061f549ffa2b | |
parent | a7305a60e02f78b891a801c1a8a139732614c9dd (diff) |
Doc: Update info. for the MCU tutorialqds/v1.6.0-beta1
Apparently the conference talk materials
are suppose to use "Talk" prefix and
tag, whereas the online material should
use the "Online" prefix and the "video"
tag instead.
Change-Id: I40c92cc241aae2f6648c8e0701a74db6010b2af0
Reviewed-by: Leena Miettinen <[email protected]>
-rw-r--r-- | src/plugins/qtsupport/qtcreator_tutorials.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qtsupport/qtcreator_tutorials.xml b/src/plugins/qtsupport/qtcreator_tutorials.xml index 422ddce483e..43fd0fbe01c 100644 --- a/src/plugins/qtsupport/qtcreator_tutorials.xml +++ b/src/plugins/qtsupport/qtcreator_tutorials.xml @@ -180,9 +180,9 @@ <description><![CDATA[Running Qt Quick apps on webOS.]]></description> <tags>qt quick,ui,webos,talk,2019</tags> </tutorial> - <tutorial imageUrl=":qtsupport/images/icons/videotutorialicon.png" difficulty="" projectPath="" name="Talk: How to build your first 'Qt for MCUs' application" isVideo="true" videoUrl="https://youtu.be/BkgjJfxYN20" videoLength="21:54"> + <tutorial imageUrl=":qtsupport/images/icons/videotutorialicon.png" difficulty="" projectPath="" name="Online: How to build your first 'Qt for MCUs' application" isVideo="true" videoUrl="https://youtu.be/BkgjJfxYN20" videoLength="21:54"> <description><![CDATA[Building your first application for the NXP IMXRT1050 device.]]></description> - <tags>qtformcus,mcus,qt,talk,NXP IMXRT1050-EVKB,2020</tags> + <tags>qtformcus,mcus,qt,video,NXP IMXRT1050-EVKB,2020</tags> </tutorial> </tutorials> </instructionals> |