forked from qt-creator/qt-creator
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 <oswald.buddenhagen@digia.com>
This commit is contained in:
committed by
Oswald Buddenhagen
parent
276320caac
commit
419c6de735
@@ -55,8 +55,8 @@
|
||||
other components in the Aggregate to the outside.
|
||||
Specifically that means:
|
||||
\list
|
||||
\o They can be "cast" to each other (using query and query_all methods).
|
||||
\o Their life cycle is coupled, i.e. whenever one is deleted all of them are.
|
||||
\li They can be "cast" to each other (using query and query_all methods).
|
||||
\li Their life cycle is coupled, i.e. whenever one is deleted all of them are.
|
||||
\endlist
|
||||
Components can be of any QObject derived type.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user