Using the Tizen application manager to receive information about installed apps and...
[staging/HomeScreen.git] / HomeScreenSimulator / src / main.cpp
index 921c4eb..5a165f8 100644 (file)
@@ -36,16 +36,11 @@ int main(int argc, char *argv[])
     QCoreApplication::setOrganizationDomain("LinuxFoundation");
     QCoreApplication::setOrganizationName("AutomotiveGradeLinux");
     QCoreApplication::setApplicationName("HomeScreenSimulator");
-    QCoreApplication::setApplicationVersion("0.1.1");
+    QCoreApplication::setApplicationVersion("0.2.0");
 
     MainWindow w;
     w.show();
 
-    // TODO: input handling not defined right now...
-    /*InputEventDistributor *mp_inputEventDistributor;
-    mp_inputEventDistributor = new InputEventDistributor();*/
-
-
     // start input and system settings simulator on developer PCs
 #ifdef __arm__
     qDebug("Running on ARM architecture");