OS/2 Fixes from Silvan Scherrer

This commit is contained in:
Christophe Dumez 2012-09-06 15:40:03 +03:00
parent 7af964cfe6
commit 2a5c9ae382
3 changed files with 24 additions and 3 deletions

View file

@ -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