From 406332eb6b3199d19388f359d04c9f184e6082b5 Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Thu, 9 Aug 2012 04:03:20 +0200 Subject: watch status UI --- sowatchd/daemonadaptor.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sowatchd/daemonadaptor.h') diff --git a/sowatchd/daemonadaptor.h b/sowatchd/daemonadaptor.h index d16cb99..71640ba 100644 --- a/sowatchd/daemonadaptor.h +++ b/sowatchd/daemonadaptor.h @@ -9,8 +9,8 @@ * before re-generating it. */ -#ifndef DAEMONADAPTOR_H_1335395583 -#define DAEMONADAPTOR_H_1335395583 +#ifndef DAEMONADAPTOR_H_1344470120 +#define DAEMONADAPTOR_H_1344470120 #include #include @@ -35,6 +35,10 @@ class DaemonAdaptor: public QDBusAbstractAdaptor " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" " \n" "") public: @@ -46,6 +50,7 @@ public Q_SLOTS: // METHODS QString GetWatchStatus(const QString &watch); void Terminate(); Q_SIGNALS: // SIGNALS + void WatchStatusChanged(const QString &watch, const QString &status); }; #endif -- cgit v1.2.3