mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 18:35:16 +01:00
Register QList<int> as a media type. Under windows, the connect doesn't work without it.
This commit is contained in:
parent
c822871d21
commit
a32f725c5f
@ -77,6 +77,7 @@ void RegisterMetaTypes() {
|
||||
qRegisterMetaType<PodcastEpisodeList>("PodcastEpisodeList");
|
||||
qRegisterMetaType<PodcastList>("PodcastList");
|
||||
qRegisterMetaType<QList<CoverSearchResult>>("QList<CoverSearchResult>");
|
||||
qRegisterMetaType<QList<int>>("QList<int>");
|
||||
qRegisterMetaType<QList<PlaylistItemPtr>>("QList<PlaylistItemPtr>");
|
||||
qRegisterMetaType<PlaylistSequence::RepeatMode>(
|
||||
"PlaylistSequence::RepeatMode");
|
||||
|
Loading…
Reference in New Issue
Block a user