X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=WindowManager%2Fsrc%2Fmain.cpp;h=9c6e791e658d3db35be5a991eda25e93637243f9;hb=4e34fd88f65f8c1cd094ed24bd62d2c7f5418080;hp=f3f5a7145c17e50a8ba3b37f2fad5618a722d64e;hpb=ef00508748d82b3703951cc8eb46b289af8111b0;p=staging%2FHomeScreen.git diff --git a/WindowManager/src/main.cpp b/WindowManager/src/main.cpp index f3f5a71..9c6e791 100644 --- a/WindowManager/src/main.cpp +++ b/WindowManager/src/main.cpp @@ -27,6 +27,8 @@ int main(int argc, char *argv[]) QCoreApplication::setApplicationName("WindowManager"); QCoreApplication::setApplicationVersion("0.3.0"); + qDebug("%s, v%s", QCoreApplication::applicationName().toStdString().c_str(), QCoreApplication::applicationVersion().toStdString().c_str()); + qDBusRegisterMetaType(); qDBusRegisterMetaType >(); qDBusRegisterMetaType();