Use Q_DECLARE_METATYPE with TypeSpecialList

This commit is contained in:
Luis Ángel San Martín 2023-06-03 17:39:41 +02:00
parent 864516d781
commit c30e1c6829

View File

@ -114,4 +114,6 @@ private:
QString _databasePath;
};
Q_DECLARE_METATYPE(ReadingListModel::TypeSpecialList)
#endif // READING_LIST_MODEL_H