1 #ifndef MUSICRESULTINFO_H
2 #define MUSICRESULTINFO_H
37 m_artistName(TTK_DEFAULT_STR),
38 m_albumName(TTK_DEFAULT_STR),
39 m_duration(TTK_DEFAULT_STR),
40 m_type(TTK_DEFAULT_STR)
46 : m_songName(info.m_songName),
47 m_artistName(info.m_artistName),
48 m_albumName(info.m_albumName),
49 m_duration(info.m_duration)
78 m_name(TTK_DEFAULT_STR),
79 m_title(TTK_DEFAULT_STR),
80 m_nickName(TTK_DEFAULT_STR),
81 m_coverUrl(TTK_DEFAULT_STR),
82 m_count(TTK_DEFAULT_STR),
83 m_description(TTK_DEFAULT_STR),
84 m_time(TTK_DEFAULT_STR),
85 m_category(TTK_DEFAULT_STR)
97 #endif // MUSICRESULTINFO_H
#define TTK_MODULE_EXPORT
The class of the search result data item.
MusicResultInfoItem(const TTK::MusicSongInformation &info) noexcept
TTK_DECLARE_LIST(MusicResultDataItem)
MusicResultInfoItem() noexcept
bool isEmpty() const noexcept
MusicResultInfoItem(const TTK::MusicSongInformation &info, const QString &type) noexcept
The class of the search result info item.
MusicResultDataItem() noexcept