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/manager.cpp | |
| parent | 7d8f121652ceecc371a5f73986e2ef8fc2f1e4be (diff) | |
Implemented Music ControlRELASE_0.6
Diffstat (limited to 'daemon/manager.cpp')
| -rw-r--r-- | daemon/manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/manager.cpp b/daemon/manager.cpp index 496f6d8..a2365b4 100644 --- a/daemon/manager.cpp +++ b/daemon/manager.cpp @@ -26,7 +26,7 @@ Manager::Manager(watch::WatchConnector *watch, DBusConnector *dbus, VoiceCallMan connect(watch, SIGNAL(connectedChanged()), SLOT(onConnectedChanged())); - connect(watch, SIGNAL(messageDecoded(uint,uint,QByteArray)), commands, SLOT(processMessage(uint,uint,QByteArray))); + connect(watch, SIGNAL(messageDecoded(uint,QByteArray)), commands, SLOT(processMessage(uint,QByteArray))); connect(commands, SIGNAL(hangup()), SLOT(hangupAll())); // Set BT icon for notification |
