![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
Describes the result set for a given lyrics query. More...
#include "ilyricsfinder.h"
Public Attributes | |
LyricsQuery | Query_ |
The original query these results are for. More... | |
QList< LyricsResultItem > | Items_ |
The list of found items for the Query_. More... | |
Describes the result set for a given lyrics query.
The lyrics searching result set consists of the lyrics query and a list of lyrics results items.
Definition at line 108 of file ilyricsfinder.h.
QList<LyricsResultItem> Media::LyricsResults::Items_ |
The list of found items for the Query_.
This list may be empty or contain duplicate lyrics (though with different ProviderName_ fields).
Definition at line 119 of file ilyricsfinder.h.
LyricsQuery Media::LyricsResults::Query_ |
The original query these results are for.
Definition at line 112 of file ilyricsfinder.h.