mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
incoming connections to local server are now proccessed in threads
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
#include <QList>
|
||||
#include <QPixmap>
|
||||
#include <QImage>
|
||||
#include <QMetaType>
|
||||
|
||||
class ComicInfo
|
||||
{
|
||||
@ -141,5 +142,6 @@ public:
|
||||
friend QDataStream &operator>>(QDataStream &, ComicDB &);
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(ComicDB);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user