From 6910d9325af0edb8bcbb88b918603e3a2cd8a446 Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 15 Nov 2018 18:13:55 -0800 Subject: mediaplayer: update qml to match new agl-service-mediaplayer interface 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 --- app/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'app/main.cpp') 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 #include #include -#include #include #include @@ -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); -- cgit 1.2.3-korg