QMediaPlaylist: Added ability to load from provided QNetworkRequest.

Change-Id: I7d8fc8a432810ff87650808b9ca6af53f7356d4e
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-03-15 09:41:18 +10:00
committed by Qt by Nokia
parent c00033dfe2
commit 92b58ac1a7
10 changed files with 45 additions and 23 deletions

View File

@@ -85,7 +85,7 @@ public:
static FileType findPlaylistType(const QString& uri, const QString& mime, const void *data, quint32 size);
void start(const QUrl& url, bool utf8 = false);
void start(const QNetworkRequest &request, bool utf8 = false);
void stop();
Q_SIGNALS: