X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=HomeScreenSimulator%2Fsrc%2Fmain.cpp;h=5a165f8e604a5cb4c1a2d6ada6272ee3fe0509b0;hp=921c4ebca3781c4b6dad5291a634791ca98ad599;hb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;hpb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a diff --git a/HomeScreenSimulator/src/main.cpp b/HomeScreenSimulator/src/main.cpp index 921c4eb..5a165f8 100644 --- a/HomeScreenSimulator/src/main.cpp +++ b/HomeScreenSimulator/src/main.cpp @@ -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");