X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fmain.cpp;h=4d626d976541f30653a1a95590ca9c772772f6d1;hp=f1f5a22f0054b81fc8db5587c32eecd5813b97ff;hb=dd8c90f87463d370c3076e13b7c6cc0e27c0d2f5;hpb=d364a5eea428db2eadbb77f3e5da7b74dc36127f diff --git a/HomeScreen/src/main.cpp b/HomeScreen/src/main.cpp index f1f5a22..4d626d9 100644 --- a/HomeScreen/src/main.cpp +++ b/HomeScreen/src/main.cpp @@ -40,6 +40,9 @@ int main(int argc, char *argv[]) qDebug("%s, v%s", QCoreApplication::applicationName().toStdString().c_str(), QCoreApplication::applicationVersion().toStdString().c_str()); + qDBusRegisterMetaType(); + qDBusRegisterMetaType >(); + MainWindow w; w.show(); #ifdef __arm__