From a48d36c9a2ce2c5689c6d4683339e324cec90ad2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 2 Oct 2011 18:43:55 +0300 Subject: [PATCH] Add comment --- src/misc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc.cpp b/src/misc.cpp index 14acbaede..8c42801a7 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -158,6 +158,7 @@ QString misc::QDesktopServicesDownloadLocation() { #ifdef Q_WS_WIN // 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")).toString(); #endif