From 072da88eee57e5d16f0b75c7b90c8a0bc6a60cb3 Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Thu, 10 Jul 2014 11:56:26 +0200 Subject: Implemented ping, disconnect, reconnect in daemon --- daemon/dbusadaptor.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'daemon/dbusadaptor.h') diff --git a/daemon/dbusadaptor.h b/daemon/dbusadaptor.h index d1662c6..7613fba 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 -a daemon/dbusadaptor -p app/daemonproxy daemon/org.pebbled.xml + * Command line was: qdbusxml2cpp -a dbusadaptor 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_1404660047 -#define DBUSADAPTOR_H_1404660047 +#ifndef DBUSADAPTOR_H_1404986135 +#define DBUSADAPTOR_H_1404986135 #include #include @@ -40,6 +40,11 @@ class PebbledAdaptor: public QDBusAbstractAdaptor " \n" " \n" " \n" +" \n" +" \n" +" \n" +" \n" +" \n" " \n" "") public: @@ -60,6 +65,9 @@ public: // PROPERTIES QVariantMap pebble() const; public Q_SLOTS: // METHODS + void disconnect(); + void ping(int val); + void reconnect(); Q_SIGNALS: // SIGNALS void connectedChanged(); void pebbleChanged(); -- cgit v1.2.3