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/qdbusactiongroup.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libqmenumodel/src/qdbusactiongroup.cpp') diff --git a/libqmenumodel/src/qdbusactiongroup.cpp b/libqmenumodel/src/qdbusactiongroup.cpp index 5a9e0bd..fc5b18e 100644 --- a/libqmenumodel/src/qdbusactiongroup.cpp +++ b/libqmenumodel/src/qdbusactiongroup.cpp @@ -26,12 +26,12 @@ extern "C" { } /*! - \qmlclass QDBusActionGroup + \qmltype QDBusActionGroup \inherits QDBusObject \brief A DBusActionGroup implementation to be used with \l QDBusMenuModel - \bold {This component is under heavy development.} + \b {This component is under heavy development.} This class can be used as a proxy for an action group that is exported over D-Bus @@ -67,7 +67,7 @@ QDBusActionGroup::~QDBusActionGroup() Look for a action with the same name and return a \l QStateAction object. - \bold Note: methods should only be called after the Component has completed. + \b Note: methods should only be called after the Component has completed. */ QStateAction *QDBusActionGroup::action(const QString &name) { -- cgit v1.2.3