summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/download.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Progressive download in Phonon MMF backend: added download managersGareth Stockwell2010-10-081-0/+194
This patch adds a Download class which uses the RHttpDownloadMgr API to download a media clip over HTTP. Task-number: QTBUG-10769 Reviewed-by: Derick Hawcroft