X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fmain.cpp;fp=homescreen%2Fsrc%2Fmain.cpp;h=7d2df681843366ad0b6381f21cc7f28fb98ff14d;hb=a5663f7050c539a019e718638433ac6c2d0c9a5f;hp=620c869d9c52a065efd707c537a1c1cbe772b97d;hpb=b670605c10dedb7986aeb4271f3148b8435cba68;p=apps%2Fhomescreen.git diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index 620c869..7d2df68 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -133,6 +133,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);