X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fmain.cpp;h=939577f8a8d3502dc9420b3cf13d314dadb4292d;hb=3229c695fc52e22e773cef89a835915c0bb6d90b;hp=8ecfd68d722d95822667b634c3e60a6d46c1f939;hpb=4667d93a852d66a57a2d7d26957c3aab6845756e;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);