Song: Add Q_DECLARE_METATYPE for Source and FileType
This commit is contained in:
parent
dd72fb4ca5
commit
33ad1a7a86
@ -422,6 +422,8 @@ using SongMap = QMap<QString, Song>;
|
||||
Q_DECLARE_METATYPE(Song)
|
||||
Q_DECLARE_METATYPE(SongList)
|
||||
Q_DECLARE_METATYPE(SongMap)
|
||||
Q_DECLARE_METATYPE(Song::Source)
|
||||
Q_DECLARE_METATYPE(Song::FileType)
|
||||
|
||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
|
||||
size_t qHash(const Song &song);
|
||||
|
Loading…
x
Reference in New Issue
Block a user