From 900b75e3528ea23b9158c52e43bca905a1ee5e5f Mon Sep 17 00:00:00 2001 From: Olivier Tilloy Date: Fri, 5 Oct 2012 15:23:11 +0200 Subject: Fixed some deprecation warnings when generating the API documentation. --- libqmenumodel/src/qdbusmenumodel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libqmenumodel/src/qdbusmenumodel.cpp') diff --git a/libqmenumodel/src/qdbusmenumodel.cpp b/libqmenumodel/src/qdbusmenumodel.cpp index 88a6084..ae88c35 100644 --- a/libqmenumodel/src/qdbusmenumodel.cpp +++ b/libqmenumodel/src/qdbusmenumodel.cpp @@ -20,12 +20,12 @@ #include "qdbusmenumodel.h" /*! - \qmlclass QDBusMenuModel + \qmltype QDBusMenuModel \inherits QDBusObject \brief The QDBusMenuModel class defines the list model for DBus menus - \bold {This component is under heavy development.} + \b {This component is under heavy development.} This class expose the menu previous exported over DBus. @@ -63,7 +63,7 @@ QDBusMenuModel::~QDBusMenuModel() The status will change to connecting after call this function, and as soon the busName apperas and the objectPat was found this will change to Connected. - \bold Note: methods should only be called after the Component has completed. + \b Note: methods should only be called after the Component has completed. */ void QDBusMenuModel::start() { @@ -75,7 +75,7 @@ void QDBusMenuModel::start() Stops dbus watch and clear the model, the status wil change to Disconnected. - \bold Note: methods should only be called after the Component has completed. + \b Note: methods should only be called after the Component has completed. */ void QDBusMenuModel::stop() { -- cgit v1.2.3