From 114c5373f33c267ea082ad3c0ca0e497501b1ecc Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Fri, 6 Aug 2010 02:22:30 +0000 Subject: [PATCH] missing properties svn path=/trunk/KDE/kdelibs/; revision=1159723 --- service.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/service.h b/service.h index 5ac7e7b3a..879579408 100644 --- a/service.h +++ b/service.h @@ -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