summaryrefslogtreecommitdiff
path: root/daemon/manager.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2014-12-08 19:51:53 +0100
committerJavier <dev.git@javispedro.com>2014-12-08 19:51:53 +0100
commit132c349727bf8c0a0ce6dd5725e48e5a060d69bb (patch)
treee048499fdc2d75bd8594bfb331fd4c04418e2ad2 /daemon/manager.h
parentfe08705333690db42ac758e55776f94c667d0194 (diff)
fix a crash within the lambda that captures appOpenUrl
Diffstat (limited to 'daemon/manager.h')
-rw-r--r--daemon/manager.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/daemon/manager.h b/daemon/manager.h
index 0588705..ad0428b 100644
--- a/daemon/manager.h
+++ b/daemon/manager.h
@@ -114,10 +114,12 @@ private slots:
/** This class is what's actually exported over D-Bus,
* so the names of the slots and properties must match with org.pebbled.Watch D-Bus interface.
* Case sensitive. Otherwise, _runtime_ failures will occur. */
-// The methods are marked inline so that they may be inlined inside qt_metacall
+// Some of the methods are marked inline so that they may be inlined inside qt_metacall
class PebbledProxy : public QObject, protected QDBusContext
{
Q_OBJECT
+ LOG4QT_DECLARE_QCLASS_LOGGER
+
Q_PROPERTY(QString Name READ Name NOTIFY NameChanged)
Q_PROPERTY(QString Address READ Address NOTIFY AddressChanged)
Q_PROPERTY(bool Connected READ Connected NOTIFY ConnectedChanged)