mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-07 05:31:25 -07:00
OS/2 Fixes from Silvan Scherrer
This commit is contained in:
parent
7af964cfe6
commit
2a5c9ae382
3 changed files with 24 additions and 3 deletions
|
@ -401,7 +401,7 @@ QString fsutils::QDesktopServicesDataLocation() {
|
|||
}
|
||||
|
||||
QString fsutils::QDesktopServicesCacheLocation() {
|
||||
#ifdef Q_WS_WIN
|
||||
#if defined(Q_WS_WIN) || defined(Q_OS_OS2)
|
||||
return QDesktopServicesDataLocation() + QLatin1String("\\cache");
|
||||
#else
|
||||
#ifdef Q_WS_MAC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue