summaryrefslogtreecommitdiff
path: root/daemon/watchcommands.h
diff options
context:
space:
mode:
authorPhilipp Andreas <github@smurfy.de>2014-07-20 22:25:45 +0200
committerPhilipp Andreas <github@smurfy.de>2014-07-20 23:21:05 +0200
commitc9c1ed9faee07c0067827872ffe465d465c81470 (patch)
tree91b87b5ad63956bda1254cb4b083f3fc8d6551e4 /daemon/watchcommands.h
parent9bbba72939248388dfc832a5bf20cb9539ab0675 (diff)
parentc47315faa12bbb36772c3f5897751bf74fa122f4 (diff)
Merge branch 'master' into notifications
Conflicts: daemon/daemon.cpp daemon/manager.cpp daemon/manager.h ext/Log4Qt
Diffstat (limited to 'daemon/watchcommands.h')
-rw-r--r--daemon/watchcommands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/watchcommands.h b/daemon/watchcommands.h
index 6ce70bb..4bd8f3d 100644
--- a/daemon/watchcommands.h
+++ b/daemon/watchcommands.h
@@ -20,10 +20,11 @@ signals:
void hangup();
public slots:
- void processMessage(uint endpoint, uint datalen, QByteArray data);
+ void processMessage(uint endpoint, QByteArray data);
protected slots:
void onMprisMetadataChanged(QVariantMap metadata);
+ void musicControl(watch::WatchConnector::MusicControl operation);
};