From 7283842cbed6a378d430552d327eab4a27775538 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Sun, 6 Jul 2014 17:22:25 +0200 Subject: Moved watchConnector to daemon and implemented daemon interface for QML --- daemon/dbusadaptor.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'daemon/dbusadaptor.h') 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 #include @@ -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 " \n" "") public: - DBusAdaptor(QObject *parent); - virtual ~DBusAdaptor(); + PebbledAdaptor(QObject *parent); + virtual ~PebbledAdaptor(); public: // PROPERTIES Q_PROPERTY(QString address READ address) -- cgit v1.2.3