X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fmain.cpp;h=19bb0d3f69412e284155462f5d3cd7b671c4cf05;hb=7a78d97346aad35b1ad023fe8d3a369e45b61ee8;hp=63edd549d12d951240a9810f4ce2770cc95c4a01;hpb=85392e71f90a0322fdc08359ef1d829cdcf67381;p=apps%2Fhomescreen.git diff --git a/homescreen/src/main.cpp b/homescreen/src/main.cpp index 63edd54..19bb0d3 100644 --- a/homescreen/src/main.cpp +++ b/homescreen/src/main.cpp @@ -140,8 +140,5 @@ int main(int argc, char *argv[]) QQuickWindow *window = qobject_cast(root); QObject::connect(window, SIGNAL(frameSwapped()), layoutHandler, SLOT(slotActivateSurface())); - // start homescreen appplications - launcher->launch("launcher@0.1"); //Launcher - return a.exec(); }