mirror of
https://github.com/YACReader/yacreader
synced 2025-11-13 13:32:51 -05: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