X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmain.cpp;h=434cf6c53cf5d3312419f9425ed65e5188b13148;hb=61d3f0e1e2210d6108953b0433324a3365d9dab6;hp=80a063d4479ee74a8aaae559937de1a956a02d30;hpb=4e34fd88f65f8c1cd094ed24bd62d2c7f5418080;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/main.cpp b/HomeScreen/src/main.cpp index 80a063d..434cf6c 100644 --- a/HomeScreen/src/main.cpp +++ b/HomeScreen/src/main.cpp @@ -36,10 +36,13 @@ int main(int argc, char *argv[]) QCoreApplication::setOrganizationDomain("LinuxFoundation"); QCoreApplication::setOrganizationName("AutomotiveGradeLinux"); QCoreApplication::setApplicationName("HomeScreen"); - QCoreApplication::setApplicationVersion("0.3.3"); + QCoreApplication::setApplicationVersion("0.6.0"); qDebug("%s, v%s", QCoreApplication::applicationName().toStdString().c_str(), QCoreApplication::applicationVersion().toStdString().c_str()); + qDBusRegisterMetaType(); + qDBusRegisterMetaType >(); + MainWindow w; w.show(); #ifdef __arm__