1 #ifndef MUSICABSTRACTDOWNLOADREQUEST_H
2 #define MUSICABSTRACTDOWNLOADREQUEST_H
51 virtual void startToRequest() = 0;
61 virtual void downloadProgress(qint64 bytesReceived, qint64 bytesTotal);
65 virtual void updateDownloadSpeed();
71 QString mapCurrentQueryData()
const;
81 #endif // MUSICABSTRACTDOWNLOADREQUEST_H
#define TTK_MODULE_EXPORT
The class of the abstract network.
TTK::Download m_downloadType
The class of the abstract download data.
virtual void downloadFinished()