X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmain.cpp;h=b81b6cb197d59ac56d7ce40d5e538e19f517deba;hb=c32114eb2ccbe142d73c06a5992544d6eacb97d0;hp=9c5a1084ff92c62915789c78c1eb77d93a04f9c1;hpb=ca3605ea664834acdf712e691be8f0358b1c6b6f;p=staging%2FHomeScreen.git diff --git a/HomeScreenSimulator/src/main.cpp b/HomeScreenSimulator/src/main.cpp index 9c5a108..b81b6cb 100644 --- a/HomeScreenSimulator/src/main.cpp +++ b/HomeScreenSimulator/src/main.cpp @@ -36,17 +36,11 @@ int main(int argc, char *argv[]) QCoreApplication::setOrganizationDomain("LinuxFoundation"); QCoreApplication::setOrganizationName("AutomotiveGradeLinux"); QCoreApplication::setApplicationName("HomeScreenSimulator"); - QCoreApplication::setApplicationVersion("0.1.0"); + QCoreApplication::setApplicationVersion("0.3.1"); 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"); #endif