Generate documentation on remaining PlasmaCore classes
This commit is contained in:
parent
f17761d508
commit
a2c04745f1
@ -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
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user