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

2
pip

Submodule pip updated: 2c5e4e9b4c...abe8b76046

View File

@@ -3,8 +3,8 @@ cmake_policy(SET CMP0017 NEW) # need include() with .cmake
project(qad)
set(_QAD_MAJOR 1)
set(_QAD_MINOR 1)
set(_QAD_REVISION 0)
set(_QAD_SUFFIX )
set(_QAD_REVISION 1)
set(_QAD_SUFFIX alpha)
set(_QAD_COMPANY SHS)
set(_QAD_DOMAIN org.SHS)

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());