mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 11:50:37 +02:00
Fix QUrl for Qt4
This commit is contained in:
@@ -36,7 +36,7 @@ CloudStream::CloudStream(const QUrl& url,
|
|||||||
const long length, const QMap<QString, QString>& headers,
|
const long length, const QMap<QString, QString>& headers,
|
||||||
QNetworkAccessManager* network)
|
QNetworkAccessManager* network)
|
||||||
: url_(url),
|
: url_(url),
|
||||||
encoded_filename_(url.fileName().toUtf8()),
|
encoded_filename_(url.path().toUtf8()),
|
||||||
length_(length),
|
length_(length),
|
||||||
headers_(headers),
|
headers_(headers),
|
||||||
cursor_(0),
|
cursor_(0),
|
||||||
|
Reference in New Issue
Block a user