Use %USERPROFILE%\Downloads as download folder on Windows

This commit is contained in:
Christophe Dumez 2011-10-08 09:10:21 +03:00
parent 2e544f6a74
commit 357e309dad

View File

@ -163,7 +163,6 @@ QString misc::QDesktopServicesDownloadLocation() {
// TODO: Use IKnownFolderManager to get path of FOLDERID_Downloads // TODO: Use IKnownFolderManager to get path of FOLDERID_Downloads
// instead of hardcoding "Downloads" // instead of hardcoding "Downloads"
// Unfortunately, this would break compatibility with WinXP // Unfortunately, this would break compatibility with WinXP
return QDir(QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)).absoluteFilePath(tr("Downloads"));
#endif #endif
#ifdef Q_WS_X11 #ifdef Q_WS_X11