diff options
| author | Olivier Tilloy <olivier.tilloy@canonical.com> | 2012-10-05 15:26:44 +0000 |
|---|---|---|
| committer | Tarmac <> | 2012-10-05 15:26:44 +0000 |
| commit | a03e7e775a9751f87efb8fd7acf226b5eb25f4e3 (patch) | |
| tree | 7ca7cfb2dd1e42c6c0d45918087c23fbf09dc5ae /libqmenumodel/src/qdbusobject.cpp | |
| parent | c3fbab270f60fc374bae50e787e0b2046f127a07 (diff) | |
| parent | 900b75e3528ea23b9158c52e43bca905a1ee5e5f (diff) | |
| download | qmenumodel-a03e7e775a9751f87efb8fd7acf226b5eb25f4e3.tar.gz qmenumodel-a03e7e775a9751f87efb8fd7acf226b5eb25f4e3.tar.bz2 qmenumodel-a03e7e775a9751f87efb8fd7acf226b5eb25f4e3.zip | |
Port to Qt5.
To compile and test, one needs to install the qt5-meta-minimal package from the Canonical Qt5 Edgers PPA (https://launchpad.net/~canonical-qt5-edgers/+archive/qt5-beta1). This installs Qt5 in /opt/qt5/. cmake needs to be invoked with CMAKE_PREFIX_PATH=/opt/qt5/lib/cmake, and /opt/qt5/bin needs to be added to $PATH if one wants to generate the API documentation using qdoc.. Approved by Renato Araujo Oliveira Filho, jenkins.
Diffstat (limited to 'libqmenumodel/src/qdbusobject.cpp')
| -rw-r--r-- | libqmenumodel/src/qdbusobject.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libqmenumodel/src/qdbusobject.cpp b/libqmenumodel/src/qdbusobject.cpp index abc68b4..63be580 100644 --- a/libqmenumodel/src/qdbusobject.cpp +++ b/libqmenumodel/src/qdbusobject.cpp @@ -22,10 +22,10 @@ #include <QDebug> /*! - \qmlclass QDBusObject + \qmltype QDBusObject \brief The QDBusObject is a base class - \bold {This component is under heavy development.} + \b {This component is under heavy development.} This is a abstracted class used by QDBusMenuModel and QDBusActionGroup */ @@ -37,8 +37,8 @@ This must be seteed before call start method The valid values are: \list - \o 1 - SessionBus - \o 2 - SystemBus + \li 1 - SessionBus + \li 2 - SystemBus \endlist */ @@ -62,9 +62,9 @@ Te velid status are: \list - \o 0 - Disconnected - \o 1 - Connecting - \o 2 - Connected + \li 0 - Disconnected + \li 1 - Connecting + \li 2 - Connected \endlist */ |
