mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
YACReaderLibrary opens now its own viewer windows
This commit is contained in:
@ -120,6 +120,8 @@ public:
|
||||
|
||||
ComicInfo info;
|
||||
|
||||
bool operator==(const ComicDB & other){return id == other.id;};
|
||||
|
||||
friend QDataStream &operator<<(QDataStream &, const ComicDB &);
|
||||
friend QDataStream &operator>>(QDataStream &, ComicDB &);
|
||||
};
|
||||
|
Reference in New Issue
Block a user