aboutsummaryrefslogtreecommitdiffstats
path: root/InputEventManager
diff options
context:
space:
mode:
Diffstat (limited to 'InputEventManager')
-rw-r--r--InputEventManager/src/main.cpp2
1 files changed, 2 insertions, 0 deletions
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();