delete qtappfw for SPEC_1680 test
[apps/mediaplayer.git] / app / main.cpp
index 3f38cc0..72e68a1 100644 (file)
@@ -28,8 +28,6 @@
 #include <QQuickWindow>
 #include <libhomescreen.hpp>
 #include <qlibwindowmanager.h>
-#include <bluetooth.h>
-#include <mediaplayer.h>
 
 #include <unistd.h>
 
@@ -99,8 +97,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);