Remove YACReaderComicInfoPair metatype

When doing modularized builds, the definition of YACReaderComicInfoPair as
a metatype can lead to redefinition of Qt internal metatypes at the
moc stage. This is currently not happening in qmake, but is a problem for
our CMake migartion.

As we don't really use this type, it is safe to remove.
This commit is contained in:
Felix Kauselmann 2023-10-29 15:24:29 +01:00
parent 9278160bbc
commit 5a8b22afdd

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