Generate documentation on remaining PlasmaCore classes

This commit is contained in:
David Edmundson 2014-08-13 00:44:27 +02:00
parent f17761d508
commit a2c04745f1
2 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,10 @@ namespace Plasma
class Service; class Service;
} }
/**
* @class ServiceOperationStatus
* @short Monitors services
*/
class ServiceOperationStatus : public QObject class ServiceOperationStatus : public QObject
{ {
Q_OBJECT Q_OBJECT

View File

@ -31,6 +31,7 @@ class Svg;
/** /**
* @class SvgItem * @class SvgItem
* @short Displays an SVG or an element from an SVG file
*/ */
class SvgItem : public QQuickItem class SvgItem : public QQuickItem
{ {