diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-15 18:13:55 -0800 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-11-21 13:38:17 -0800 |
commit | 3b9a93916b469198b5515290c66341dc48fc8fc1 (patch) | |
tree | 3685bee2e53e9602809bd549534bbf4250a91760 /app/main.cpp | |
parent | fbe2c0a7d9409a5b0329fcf7f91bdaf78395c99d (diff) |
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'app/main.cpp')
-rw-r--r-- | app/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/main.cpp b/app/main.cpp index 3f38cc0..f7e3b1f 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> @@ -100,7 +99,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); |