summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-11-15 18:13:55 -0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-11-22 13:46:14 +0000
commit6910d9325af0edb8bcbb88b918603e3a2cd8a446 (patch)
tree9e57488310c64807c14e576175747c34ceb4572f /app/main.cpp
parent3b6450c3d10df2c0e9ac4ab5cf92373cd1d8ec5e (diff)
mediaplayer: update qml to match new agl-service-mediaplayer interfaceguppy_6.99.1guppy/6.99.16.99.1
Update to using the new agl-service-mediaplayer via libqtappfw which includes dropping direct bluetooth binding access. Bug-AGL: SPEC-1630 Change-Id: Id3629f5762db7ee1b441007b4a6a746e4ea49ddc Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 24a78aa..53ce4d5 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -28,7 +28,6 @@
#include <QQuickWindow>
#include <libhomescreen.hpp>
#include <qlibwindowmanager.h>
-#include <bluetooth.h>
#include <mediaplayer.h>
#include <unistd.h>
@@ -92,7 +91,6 @@ int main(int argc, char *argv[])
});
context->setContextProperty("mediaplayer", new Mediaplayer(bindingAddress, context));
- context->setContextProperty("bluetooth_connection", new Bluetooth(bindingAddress));
context->setContextProperty(QStringLiteral("screenInfo"), &screenInfo);
usleep(300000);