diff options
| author | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-18 00:59:33 +0200 |
|---|---|---|
| committer | Tomasz Sterna <tomek@xiaoka.com> | 2014-07-18 00:59:33 +0200 |
| commit | 524a0a854c4cafad8ccbc645a858029bf97a045e (patch) | |
| tree | 3db75d07ea01f6647b975e7991325d381ed60b1b /daemon/watchcommands.h | |
| parent | 7d8f121652ceecc371a5f73986e2ef8fc2f1e4be (diff) | |
Implemented Music ControlRELASE_0.6
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); }; |
