aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreen/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreen/src/main.cpp')
-rw-r--r--HomeScreen/src/main.cpp3
1 files changed, 3 insertions, 0 deletions
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<AppInfo>();
+ qDBusRegisterMetaType<QList<AppInfo> >();
+
MainWindow w;
w.show();
#ifdef __arm__