Use PlaylistItemList

This commit is contained in:
Jonas Kvinge
2021-11-09 19:21:10 +01:00
parent c48c65d0ce
commit 2151d96303
4 changed files with 6 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ typedef std::shared_ptr<PlaylistItem> PlaylistItemPtr;
typedef QList<PlaylistItemPtr> PlaylistItemList;
Q_DECLARE_METATYPE(PlaylistItemPtr)
Q_DECLARE_METATYPE(QList<PlaylistItemPtr>)
Q_DECLARE_METATYPE(PlaylistItemList)
Q_DECLARE_OPERATORS_FOR_FLAGS(PlaylistItem::Options)
#endif // PLAYLISTITEM_H