Move downloads folder detection code from preferences.h to misc.cpp

This commit is contained in:
Christophe Dumez
2011-10-02 17:56:00 +03:00
parent 2f7b20c704
commit 01ad2e9746
3 changed files with 59 additions and 40 deletions

View File

@@ -145,6 +145,7 @@ public:
/* Ported from Qt4 to drop dependency on QtGui */
static QString QDesktopServicesDataLocation();
static QString QDesktopServicesCacheLocation();
static QString QDesktopServicesDownloadLocation();
/* End of Qt4 code */
#ifndef DISABLE_GUI