aboutsummaryrefslogtreecommitdiff
path: root/libqmenumodel/src/qmenumodel.cpp
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier.tilloy@canonical.com>2012-10-05 15:23:11 +0200
committerOlivier Tilloy <olivier.tilloy@canonical.com>2012-10-05 15:23:11 +0200
commit900b75e3528ea23b9158c52e43bca905a1ee5e5f (patch)
tree7ca7cfb2dd1e42c6c0d45918087c23fbf09dc5ae /libqmenumodel/src/qmenumodel.cpp
parent29566755554906343d3637191529a751f765c413 (diff)
downloadqmenumodel-900b75e3528ea23b9158c52e43bca905a1ee5e5f.tar.gz
qmenumodel-900b75e3528ea23b9158c52e43bca905a1ee5e5f.tar.bz2
qmenumodel-900b75e3528ea23b9158c52e43bca905a1ee5e5f.zip
Fixed some deprecation warnings when generating the API documentation.
Diffstat (limited to 'libqmenumodel/src/qmenumodel.cpp')
-rw-r--r--libqmenumodel/src/qmenumodel.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libqmenumodel/src/qmenumodel.cpp b/libqmenumodel/src/qmenumodel.cpp
index e88bc66..4c0fc23 100644
--- a/libqmenumodel/src/qmenumodel.cpp
+++ b/libqmenumodel/src/qmenumodel.cpp
@@ -23,10 +23,10 @@
#include <QDebug>
/*!
- \qmlclass QMenuModel
+ \qmltype QMenuModel
\brief The QMenuModel class implements the base list model for menus
- \bold {This component is under heavy development.}
+ \b {This component is under heavy development.}
This is a abstracted class used by \l QDBusMenuModel.
*/