Bump version to 0.3.10.

Update changelog.
Change most of qDebug() meant to be errors to qWarning().
This commit is contained in:
codestation
2015-03-15 16:09:36 -04:30
parent 659d72bced
commit 861a1b9a69
11 changed files with 26 additions and 17 deletions

View File

@@ -124,7 +124,7 @@ int main(int argc, char *argv[])
if(translator.load("qcma_" + locale, ":/resources/translations")) {
app.installTranslator(&translator);
} else {
qDebug() << "Cannot load translation for locale:" << locale;
qWarning() << "Cannot load translation for locale:" << locale;
}
QTranslator system_translator;