-Make the SampleNav app yellow.
[staging/HomeScreen.git] / HomeScreen / src / main.cpp
index f1f5a22..4d626d9 100644 (file)
@@ -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__