Commit 3f81fcfd authored by Sergio Ahumada's avatar Sergio Ahumada Committed by The Qt Project
Browse files

Doc: Fix warning about deprecated \bold usage


  warning: '\bold' is deprecated. Use '\b'

Change-Id: If377a5ecba4488b8d4e368164c67bd0fb9dcbac1
Reviewed-by: default avatarSze Howe Koh <szehowe.koh@gmail.com>
Reviewed-by: default avatarJerome Pasion <jerome.pasion@digia.com>
Showing with 11 additions and 11 deletions
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
\div {class="landingicons"} \div {class="landingicons"}
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Setting Up Projects} \b{Setting Up Projects}
\list \list
\li \l{Qt Creator: Creating Qt Quick Projects}{Qt Quick Projects} \li \l{Qt Creator: Creating Qt Quick Projects}{Qt Quick Projects}
\li \l{Qt Creator: Creating a Qt Widget Based Application}{Qt Widget Projects} \li \l{Qt Creator: Creating a Qt Widget Based Application}{Qt Widget Projects}
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
\enddiv \enddiv
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Essentials} \b{Essentials}
\list \list
\li \l{Qt Creator: Building for Multiple Platforms}{Building for Multiple Platforms} \li \l{Qt Creator: Building for Multiple Platforms}{Building for Multiple Platforms}
\li \l{Qt Creator: Running on Multiple Platforms}{Running on Multiple Platforms} \li \l{Qt Creator: Running on Multiple Platforms}{Running on Multiple Platforms}
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
\div {class="landingicons"} \div {class="landingicons"}
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{QML and Qt Quick} \b{QML and Qt Quick}
\list \list
\li \l{First Steps with QML} \li \l{First Steps with QML}
\li \l{Qt Creator: Developing Qt Quick Applications}{Developing Qt Quick Applications} \li \l{Qt Creator: Developing Qt Quick Applications}{Developing Qt Quick Applications}
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Widgets} \b{Widgets}
\list \list
\li \l{Getting Started Programming with Qt Widgets}{Text Editor} \li \l{Getting Started Programming with Qt Widgets}{Text Editor}
\li \l{modelview.html}{Model-View} \li \l{modelview.html}{Model-View}
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Graphics} \b{Graphics}
\list \list
\li \l{Scene Graph - OpenGL Under QML}{OpenGL Under QML} \li \l{Scene Graph - OpenGL Under QML}{OpenGL Under QML}
\li \l{Scene Graph - Painted Item}{Painted Item} \li \l{Scene Graph - Painted Item}{Painted Item}
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
\div {class="landingicons"} \div {class="landingicons"}
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Data and Networking} \b{Data and Networking}
\list \list
\li \l{Network Examples} \li \l{Network Examples}
\li \l{SQL Examples} \li \l{SQL Examples}
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Applications} \b{Applications}
\list \list
\li \l{Application Example} \li \l{Application Example}
\li \l{Qt Quick Examples - Window and Screen}{Window and Screen Example} \li \l{Qt Quick Examples - Window and Screen}{Window and Screen Example}
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Processes and Threads} \b{Processes and Threads}
\list \list
\li \l{Threading Basics} \li \l{Threading Basics}
\li \l{Threading and Concurrent Programming Examples} \li \l{Threading and Concurrent Programming Examples}
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
\div {class="landingicons"} \div {class="landingicons"}
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Multimedia} \b{Multimedia}
\list \list
\li \l{Media Player Example}{Media Player} \li \l{Media Player Example}{Media Player}
\li \l{Video Widget Example}{Video Widget} \li \l{Video Widget Example}{Video Widget}
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Peripheral Devices} \b{Peripheral Devices}
\list \list
\li \l{Qt Serial Port Examples} \li \l{Qt Serial Port Examples}
\li \l{Qt Bluetooth Examples} \li \l{Qt Bluetooth Examples}
...@@ -171,7 +171,7 @@ ...@@ -171,7 +171,7 @@
\endlist \endlist
\enddiv \enddiv
\div {class="icons1of3"} \div {class="icons1of3"}
\bold{Tools} \b{Tools}
\list \list
\li \l{Qt Assistant Examples} \li \l{Qt Assistant Examples}
\li \l{Qt Designer Examples} \li \l{Qt Designer Examples}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment