version 1.1.1_alpha

This commit is contained in:
2020-05-16 11:26:13 +03:00
parent 9db04f5aa0
commit 2e59133c66
4 changed files with 6 additions and 6 deletions

View File

@@ -112,5 +112,5 @@ QStringList QAD::availableTranslations() {
}
}
}
return ret.toList();
return ret.values();
}

View File

@@ -34,8 +34,8 @@ namespace QAD {
//! Create QStandardPaths::writableLocation(<loc>) directory
//! and returns file name "<name>.<ext>".
//! Extension is selected by "loc":
//! * ctConfig - "conf"
//! * ctCache - "cache"
//! * ltConfig - "conf"
//! * ltCache - "cache"
QAD_EXPORT QString userPath(LocationType loc, QString name = QString());