- Timestamp:
- Mar 16, 2012, 4:02:47 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/findsubtitles/filedownloader/filedownloader.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 121-122
- Property svn:mergeinfo changed
-
smplayer/trunk/src/findsubtitles/filedownloader/filedownloader.cpp
r119 r124 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 1 Ricardo Villalba <[email protected]>2 Copyright (C) 2006-201> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 57 57 QHttp::ConnectionMode mode = url.scheme().toLower() == "https" ? QHttp::ConnectionModeHttps : QHttp::ConnectionModeHttp; 58 58 http->setHost(url.host(), mode, url.port() == -1 ? 0 : url.port()); 59 59 60 60 if (!url.userName().isEmpty()) 61 61 http->setUser(url.userName(), url.password()); 62 62 63 63 http_request_aborted = false; 64 http_get_id = http->get(url.path());64 http_get_id = http->get(url.path()); 65 65 66 66 setLabelText(tr("Downloading %1").arg(url.toString()));
Note:
See TracChangeset
for help on using the changeset viewer.
