metatypes: Add LyricsSearchResults
This commit is contained in:
parent
837e5388ea
commit
f265c055a5
|
@ -81,6 +81,8 @@
|
|||
#include "smartplaylists/smartplaylistsearchterm.h"
|
||||
#include "smartplaylists/smartplaylistsitem.h"
|
||||
|
||||
#include "lyrics/lyricssearchresult.h"
|
||||
|
||||
void RegisterMetaTypes() {
|
||||
|
||||
qRegisterMetaType<const char*>("const char*");
|
||||
|
@ -167,4 +169,6 @@ void RegisterMetaTypes() {
|
|||
qRegisterMetaType<SmartPlaylistSearchTerm::DateType>("SmartPlaylistSearchTerm::DateType");
|
||||
qRegisterMetaType<SmartPlaylistsItem::Type>("SmartPlaylistsItem::Type");
|
||||
|
||||
qRegisterMetaType<LyricsSearchResults>("LyricsSearchResults");
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue