mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Fixed compilation in MacOSX (Qt5)
This commit is contained in:
@ -2,6 +2,9 @@
|
||||
#define COMIC_FILES_MANAGER_H
|
||||
|
||||
#include <QObject>
|
||||
#include <QList>
|
||||
#include <QPair>
|
||||
|
||||
|
||||
//this class is intended to work in background, just use moveToThread and process to start working
|
||||
class ComicFilesManager : public QObject
|
||||
|
Reference in New Issue
Block a user