mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
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:
parent
9278160bbc
commit
5a8b22afdd
@ -8,9 +8,6 @@
|
||||
#include <QImage>
|
||||
#include <QMetaType>
|
||||
|
||||
typedef QPair<QString, QString> YACReaderComicInfoPair;
|
||||
Q_DECLARE_METATYPE(YACReaderComicInfoPair)
|
||||
|
||||
class ComicInfo : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user