Browse Source

Add comment

adaptive-webui-19844
Christophe Dumez 13 years ago
parent
commit
a48d36c9a2
  1. 1
      src/misc.cpp

1
src/misc.cpp

@ -158,6 +158,7 @@ QString misc::QDesktopServicesDownloadLocation() { @@ -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

Loading…
Cancel
Save