summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/main.cpp b/app/main.cpp
index 4713fdb..67bbab4 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -98,7 +98,7 @@ int main(int argc, char *argv[])
}
});
- context->setContextProperty("mediaplayer", new Mediaplayer(bindingAddress));
+ context->setContextProperty("mediaplayer", new Mediaplayer(bindingAddress, context));
context->setContextProperty("bluetooth_connection", new Bluetooth(bindingAddress));
usleep(300000);