Merge pull request #405 from selmf/hacktoberfest2

Remove YACReaderComicInfoPair metatype
This commit is contained in:
Luis Ángel San Martín 2023-10-30 17:25:20 +01:00 committed by GitHub
commit 2fb4052e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,6 @@
#include <QImage>
#include <QMetaType>
typedef QPair<QString, QString> YACReaderComicInfoPair;
Q_DECLARE_METATYPE(YACReaderComicInfoPair)
class ComicInfo : public QObject
{
Q_OBJECT