diff options
| author | Philipp Andreas <github@smurfy.de> | 2014-07-20 22:25:45 +0200 |
|---|---|---|
| committer | Philipp Andreas <github@smurfy.de> | 2014-07-20 23:21:05 +0200 |
| commit | c9c1ed9faee07c0067827872ffe465d465c81470 (patch) | |
| tree | 91b87b5ad63956bda1254cb4b083f3fc8d6551e4 /daemon/watchcommands.h | |
| parent | 9bbba72939248388dfc832a5bf20cb9539ab0675 (diff) | |
| parent | c47315faa12bbb36772c3f5897751bf74fa122f4 (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.h | 3 |
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); }; |
