X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmain.cpp;h=ac798a9fee169348337ad3c6b465153d3500bd4a;hp=99f98c9bdc3cd888082abe256e8b8b22f9b1dad1;hb=f2b8bddb94a451c4bd822ef723a8b739236f4b4f;hpb=b6d6fdc6384e686c8d866212b2f5d63ca884b3c5 diff --git a/HomeScreen/src/main.cpp b/HomeScreen/src/main.cpp index 99f98c9..ac798a9 100644 --- a/HomeScreen/src/main.cpp +++ b/HomeScreen/src/main.cpp @@ -23,7 +23,7 @@ #include "../src2/applicationlauncher.h" #include "../src2/statusbarmodel.h" #include "layouthandler.h" - +#include "../src2/applicationmodel.h" int main(int argc, char *argv[]) { @@ -41,6 +41,7 @@ int main(int argc, char *argv[]) qDBusRegisterMetaType >(); qmlRegisterType("HomeScreen", 1, 0, "ApplicationLauncher"); + qmlRegisterType("Home", 1, 0, "ApplicationModel"); qmlRegisterType("HomeScreen", 1, 0, "StatusBarModel"); qmlRegisterType("HomeScreen", 1, 0, "LayoutHandler");