mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Make ComicInfo a QObject, so it can be used in QML code.
This commit is contained in:
parent
39acc64a68
commit
1d7319dcd8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user