diff options
Diffstat (limited to 'daemon/dbusconnector.h')
| -rw-r--r-- | daemon/dbusconnector.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/daemon/dbusconnector.h b/daemon/dbusconnector.h deleted file mode 100644 index 6b48f99..0000000 --- a/daemon/dbusconnector.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef DBUSCONNECTOR_H -#define DBUSCONNECTOR_H - -#include <QObject> -#include <QStringList> -#include <QVariantMap> -#include <QLoggingCategory> - -// TODO Remove this. - -class DBusConnector : public QObject -{ - Q_OBJECT - QLoggingCategory l; - - Q_PROPERTY(QVariantMap pebble READ pebble NOTIFY pebbleChanged) - QVariantMap pebbleProps; - -public: - explicit DBusConnector(QObject *parent = 0); - - QVariantMap pebble() const { return pebbleProps; } - -signals: - void pebbleChanged(); - -public slots: - bool findPebble(); -}; - -#endif // DBUSCONNECTOR_H |
