mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-04-26 07:34:32 +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 {
|
||||
return QStandardPaths::writableLocation(QStandardPaths::DataLocation);
|
||||
return QStandardPaths::writableLocation(QStandardPaths::AppDataLocation);
|
||||
}
|
||||
|
||||
QString PCommon::getServiceName() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user