Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows|Fixed|Updater: Native path manipulation in the download dialog
  • Loading branch information
skyjake committed Aug 22, 2013
1 parent e2a5fdc commit f994a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/client/src/updater/downloaddialog.cpp
Expand Up @@ -59,7 +59,7 @@ DENG2_PIMPL(DownloadDialog)
ProgressWidget *progress;
QUrl uri;
QUrl uri2;
String savedFilePath;
NativePath savedFilePath;
QNetworkReply *reply;
String redirected;
dint64 receivedBytes;
Expand Down

0 comments on commit f994a64

Please sign in to comment.