From 357e309dade3ad5e8a6b9e6a4c108cb6c86b1b95 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 8 Oct 2011 09:10:21 +0300 Subject: [PATCH] Use %USERPROFILE%\Downloads as download folder on Windows --- src/misc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/misc.cpp b/src/misc.cpp index 4560a57d5..62a105e42 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -163,7 +163,6 @@ QString misc::QDesktopServicesDownloadLocation() { // TODO: Use IKnownFolderManager to get path of FOLDERID_Downloads // instead of hardcoding "Downloads" // Unfortunately, this would break compatibility with WinXP - return QDir(QDesktopServices::storageLocation(QDesktopServices::DocumentsLocation)).absoluteFilePath(tr("Downloads")); #endif #ifdef Q_WS_X11