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/watchconnector.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/watchconnector.h')
| -rw-r--r-- | daemon/watchconnector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/watchconnector.h b/daemon/watchconnector.h index dafaa83..936deff 100644 --- a/daemon/watchconnector.h +++ b/daemon/watchconnector.h @@ -88,7 +88,7 @@ public: callSTART = 8, callEND = 9 }; - enum { + enum MusicControl { musicPLAY_PAUSE = 1, musicPAUSE = 2, musicPLAY = 3, @@ -137,7 +137,7 @@ public: signals: void messageReceived(QString peer, QString msg); - void messageDecoded(uint endpoint, uint datalen, QByteArray data); + void messageDecoded(uint endpoint, QByteArray data); void nameChanged(); void connectedChanged(); |
