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

@@ -101,6 +101,7 @@ public:
bool removeMedia(int start, int end);
bool clear();
void load(const QNetworkRequest &request, const char *format = 0);
void load(const QUrl &location, const char *format = 0);
void load(QIODevice * device, const char *format = 0);