missing properties
svn path=/trunk/KDE/kdelibs/; revision=1159723
This commit is contained in:
parent
7e606b075a
commit
114c5373f3
@ -92,6 +92,10 @@ class PLASMA_EXPORT Service : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DECLARE_PRIVATE(Service)
|
||||
Q_PROPERTY(QString destination READ destination WRITE setDestination)
|
||||
Q_PROPERTY(QStringList operationNames READ operationNames)
|
||||
Q_PROPERTY(QString name READ name)
|
||||
|
||||
public:
|
||||
/**
|
||||
* Destructor
|
||||
|
Loading…
Reference in New Issue
Block a user