21 #ifndef PLAYLISTDOWNLOADER_H 22 #define PLAYLISTDOWNLOADER_H 27 #include "playlistmodel.h" 28 #include "qmmpui_export.h" 30 class QNetworkAccessManager;
51 void finished(
bool ok,
const QString &message = QString());
62 void readResponse(QNetworkReply *reply);
65 QNetworkAccessManager *m_manager;
66 QUrl m_redirect_url, m_url;
67 QNetworkReply *m_getReply;
69 QPointer<PlayListModel> m_model;
72 #endif // PLAYLISTDOWNLOADER_H The PlayListDownloader class downloads playlist from remote URL and extracts tracks.
Definition: playlistdownloader.h:36
The PlayListModel class provides a data model for the playlist.
Definition: playlistmodel.h:103