mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-05-02 10:09:35 +00:00
qt6 fixes
This commit is contained in:
parent
a7b22dac24
commit
edafe48668
@ -17,7 +17,7 @@ QString PCommon::getPidfile() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
QString PCommon::getPWD() const {
|
QString PCommon::getPWD() const {
|
||||||
return QStandardPaths::writableLocation(QStandardPaths::DataLocation);
|
return QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||||
}
|
}
|
||||||
|
|
||||||
QString PCommon::getServiceName() const {
|
QString PCommon::getServiceName() const {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user