diff options
author | Leena Miettinen <[email protected]> | 2013-02-06 08:50:23 +0100 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2013-02-06 09:44:18 +0100 |
commit | 419c6de73536a4a0bb59d679f8f557635c7cef53 (patch) | |
tree | faf61a3de1c19a763259fa748cf32e74652500f3 /doc/src/widgets/qtdesigner-plugins.qdoc | |
parent | 276320caac4f0fd6399974a15a636a92ea6a7cfa (diff) |
Doc: replace deprecated QDoc commands
The \i and \o commands were replaced with \li and
\bold was replaced with \b in QDoc for Qt 5.
The \input command was replaced with \include in the docs.
Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534
Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'doc/src/widgets/qtdesigner-plugins.qdoc')
-rw-r--r-- | doc/src/widgets/qtdesigner-plugins.qdoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc index 4a77664a9e1..1bd549fdd41 100644 --- a/doc/src/widgets/qtdesigner-plugins.qdoc +++ b/doc/src/widgets/qtdesigner-plugins.qdoc @@ -84,7 +84,7 @@ \list 1 - \o To check the paths used in the Qwt library, enter the following + \li To check the paths used in the Qwt library, enter the following \c otool command: \snippet doc_src_plugins.qdoc 0 @@ -96,15 +96,15 @@ \snippet doc_src_plugins.qdoc 1 - \o You must copy the \QD plugin and the Qwt library files to the + \li You must copy the \QD plugin and the Qwt library files to the following locations: \list - \o \c {libqwt_designer_plugin.dylib} to + \li \c {libqwt_designer_plugin.dylib} to \c {QtCreator.app/Contents/MacOS/designer} - \o \c {libqwt.*.dylib} to \c {QtCreator.app/Contents/Frameworks} + \li \c {libqwt.*.dylib} to \c {QtCreator.app/Contents/Frameworks} \endlist @@ -112,7 +112,7 @@ \snippet doc_src_plugins.qdoc 4 - \o Enter the following \c otool command to check the libraries that are + \li Enter the following \c otool command to check the libraries that are used by the Qwt library: \snippet doc_src_plugins.qdoc 2 @@ -121,7 +121,7 @@ \snippet doc_src_plugins.qdoc 3 - \o Enter the following \c install_name_tool command to fix the + \li Enter the following \c install_name_tool command to fix the references of the libraries: \snippet doc_src_plugins.qdoc 5 |