diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-06 17:22:25 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-09 01:57:32 +0200 |
| commit | 7283842cbed6a378d430552d327eab4a27775538 (patch) | |
| tree | 708f4a2b4e702ddcc07bef8e6fdcd8f8a32a23ef /daemon/dbusadaptor.h | |
| parent | d3d54722d8532bd649db6792126c0a990712e26c (diff) | |
Moved watchConnector to daemon and implemented daemon interface for QML
Diffstat (limited to 'daemon/dbusadaptor.h')
| -rw-r--r-- | daemon/dbusadaptor.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/daemon/dbusadaptor.h b/daemon/dbusadaptor.h index 9d8759a..d1662c6 100644 --- a/daemon/dbusadaptor.h +++ b/daemon/dbusadaptor.h @@ -1,6 +1,6 @@ /* * This file was generated by qdbusxml2cpp version 0.8 - * Command line was: qdbusxml2cpp -c DBusAdaptor -a dbusadaptor org.pebbled.xml + * Command line was: qdbusxml2cpp -a daemon/dbusadaptor -p app/daemonproxy daemon/org.pebbled.xml * * qdbusxml2cpp is Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies). * @@ -9,8 +9,8 @@ * before re-generating it. */ -#ifndef DBUSADAPTOR_H_1404605591 -#define DBUSADAPTOR_H_1404605591 +#ifndef DBUSADAPTOR_H_1404660047 +#define DBUSADAPTOR_H_1404660047 #include <QtCore/QObject> #include <QtDBus/QtDBus> @@ -26,7 +26,7 @@ QT_END_NAMESPACE /* * Adaptor class for interface org.pebbled */ -class DBusAdaptor: public QDBusAbstractAdaptor +class PebbledAdaptor: public QDBusAbstractAdaptor { Q_OBJECT Q_CLASSINFO("D-Bus Interface", "org.pebbled") @@ -43,8 +43,8 @@ class DBusAdaptor: public QDBusAbstractAdaptor " </interface>\n" "") public: - DBusAdaptor(QObject *parent); - virtual ~DBusAdaptor(); + PebbledAdaptor(QObject *parent); + virtual ~PebbledAdaptor(); public: // PROPERTIES Q_PROPERTY(QString address READ address) |
