1 #ifndef MUSICIDENTIFYSONGREQUEST_H
2 #define MUSICIDENTIFYSONGREQUEST_H
55 virtual void startToRequest(
const QString &path) = 0;
60 inline const MusicSongIdentifyDataList&
items()
const noexcept {
return m_items; }
72 virtual void downLoadKeyFinished(
const QByteArray &bytes) = 0;
146 #endif // MUSICIDENTIFYSONGREQUEST_H
#define TTK_MODULE_EXPORT
virtual void downLoadFinished()
The class of the song identify data item.
#define TTK_DECLARE_MODULE(Class)
The class of the abstract network.
const MusicSongIdentifyDataList & items() const noexcept
virtual void startToRequest(const QString &path)=0
The class of the abstract song identify query request.
The class of the xf song identify query request.
virtual void downLoadKeyFinished(const QByteArray &bytes)=0
MusicSongIdentifyDataList m_items
The class of the acr song identify query request.
TTK_DECLARE_LIST(MusicSongIdentifyData)