mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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,
|
||||
QNetworkAccessManager* network)
|
||||
: url_(url),
|
||||
encoded_filename_(url.fileName().toUtf8()),
|
||||
encoded_filename_(url.path().toUtf8()),
|
||||
length_(length),
|
||||
headers_(headers),
|
||||
cursor_(0),
|
||||
|
Reference in New Issue
Block a user