summaryrefslogtreecommitdiff
path: root/main.cc
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-12-26 20:02:47 +0100
committerJavier <dev.git@javispedro.com>2015-12-26 20:02:47 +0100
commitceafe544919a35f674684c2e71593b9fb35747a5 (patch)
treed0912a51b60b91cf4f6177a0c18aab0629d501b8 /main.cc
parent693f100e919132bd1cf703c5987c5d503bc2289c (diff)
downloadsapd-ceafe544919a35f674684c2e71593b9fb35747a5.tar.gz
sapd-ceafe544919a35f674684c2e71593b9fb35747a5.zip
prepare new agent for music controller
Diffstat (limited to 'main.cc')
-rw-r--r--main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.cc b/main.cc
index 71d2b9f..b6538ea 100644
--- a/main.cc
+++ b/main.cc
@@ -9,6 +9,7 @@
#include "hostmanageragent.h"
#include "webproxyagent.h"
#include "notificationagent.h"
+#include "musicagent.h"
using std::cerr;
using std::endl;
@@ -47,6 +48,7 @@ int main(int argc, char *argv[])
HostManagerAgent::registerServices(manager);
WebProxyAgent::registerServices(manager);
NotificationAgent::registerServices(manager);
+ MusicAgent::registerServices(manager);
QScopedPointer<SAPBTListener> sap_listener(new SAPBTListener);