X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=InputEventManager%2Fsrc%2Fmain.cpp;h=03270dbe63e775462eefe0475c3461ad5a7bdbe5;hb=4e34fd88f65f8c1cd094ed24bd62d2c7f5418080;hp=1025bc33df49d9e1845b1ed12a6b12f2556e34c9;hpb=ef00508748d82b3703951cc8eb46b289af8111b0;p=staging%2FHomeScreen.git diff --git a/InputEventManager/src/main.cpp b/InputEventManager/src/main.cpp index 1025bc3..03270db 100644 --- a/InputEventManager/src/main.cpp +++ b/InputEventManager/src/main.cpp @@ -27,6 +27,8 @@ int main(int argc, char *argv[]) QCoreApplication::setApplicationName("InputEventManager"); QCoreApplication::setApplicationVersion("0.3.0"); + qDebug("%s, v%s", QCoreApplication::applicationName().toStdString().c_str(), QCoreApplication::applicationVersion().toStdString().c_str()); + InputEventManager *inputEventManager = new InputEventManager(); return a.exec();