version 1.1.1_alpha
This commit is contained in:
@@ -112,5 +112,5 @@ QStringList QAD::availableTranslations() {
|
||||
}
|
||||
}
|
||||
}
|
||||
return ret.toList();
|
||||
return ret.values();
|
||||
}
|
||||
|
||||
@@ -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());
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user