aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cppintegration/definetypes.qdoc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-08-01 14:03:49 +1000
committerQt by Nokia <qt-info@nokia.com>2012-08-02 05:44:53 +0200
commit76c5bbd375fb41ab2a2226026b810f062614f687 (patch)
tree6125fc7bb5544f2d54a6e884f996843027065d64 /src/qml/doc/src/cppintegration/definetypes.qdoc
parent7b75e27e485bacf48bdead1e404144410879e987 (diff)
Use \b instead of \bold
Change-Id: Ica77b78b113321f962066f1edabd34bf21d38910 Reviewed-by: Bea Lam <bea.lam@nokia.com>
Diffstat (limited to 'src/qml/doc/src/cppintegration/definetypes.qdoc')
-rw-r--r--src/qml/doc/src/cppintegration/definetypes.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/cppintegration/definetypes.qdoc b/src/qml/doc/src/cppintegration/definetypes.qdoc
index 36105e9ba2..140ab6a197 100644
--- a/src/qml/doc/src/cppintegration/definetypes.qdoc
+++ b/src/qml/doc/src/cppintegration/definetypes.qdoc
@@ -66,7 +66,7 @@ exposed to QML but the type itself should not be instantiable.
\section2 Registering an Instantiable Object Type
-\bold{Any QObject-derived C++ class can be registered as the definition of a
+\b{Any QObject-derived C++ class can be registered as the definition of a
\l{qtqml-typesystem-objecttypes.html}{QML object type}}. Once a
class is registered with the QML type system, the class can be declared and
instantiated like any other object type from QML code. Once created, a