1 #ifndef MUSICIDENTIFYSONGREQUEST_H
2 #define MUSICIDENTIFYSONGREQUEST_H
50 bool queryIdentifyKey();
54 void startToRequest(
const QString &path);
59 inline const MusicSongIdentifyDataList&
items()
const {
return m_items; }
75 void downLoadRawDataFinished(
const QByteArray &bytes);
78 MusicSongIdentifyDataList m_items;
79 QString m_accessKey, m_accessSecret;
83 #endif // MUSICIDENTIFYSONGREQUEST_H
#define TTK_MODULE_EXPORT
virtual void downLoadFinished()
const MusicSongIdentifyDataList & items() const
The class of the song identify data item.
#define TTK_DECLARE_MODULE(Class)
The class of the abstract network.
The class of the song identify query request.
TTK_DECLARE_LIST(MusicSongIdentifyData)