Add version so this project is easier to track

This commit is contained in:
codestation
2013-10-01 13:24:57 -04:30
parent 854eadfb8d
commit 6b60b8a89f
7 changed files with 537 additions and 432 deletions

View File

@@ -69,6 +69,8 @@ int main(int argc, char *argv[])
#endif
}
qDebug("Starting QCMA %s", QCMA_VER);
QTranslator translator;
QString locale = QLocale().system().name();
qDebug("Current locale: %s", locale.toUtf8().data());