mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Make ComicInfo a QObject, so it can be used in QML code.
This commit is contained in:
@ -8,8 +8,9 @@
|
|||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QMetaType>
|
#include <QMetaType>
|
||||||
|
|
||||||
class ComicInfo
|
class ComicInfo : public QObject
|
||||||
{
|
{
|
||||||
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
ComicInfo();
|
ComicInfo();
|
||||||
ComicInfo(const ComicInfo & comicInfo);
|
ComicInfo(const ComicInfo & comicInfo);
|
||||||
|
Reference in New Issue
Block a user