X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fmain.cpp;h=939577f8a8d3502dc9420b3cf13d314dadb4292d;hb=4e2fa7ef659a2a8c5894a4856ce043a73249e323;hp=8ecfd68d722d95822667b634c3e60a6d46c1f939;hpb=42fe4411428f81427ce8993886e28504012219d2;p=apps%2Fhomescreen.git diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index 8ecfd68..939577f 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -134,6 +134,7 @@ int main(int argc, char *argv[]) // mail.qml loading QQmlApplicationEngine engine; + engine.rootContext()->setContextProperty("bindingAddress", bindingAddress); engine.rootContext()->setContextProperty("layoutHandler", layoutHandler); engine.rootContext()->setContextProperty("homescreenHandler", homescreenHandler); engine.rootContext()->setContextProperty("launcher", launcher);