Fixed compilation in MacOSX (Qt5)

This commit is contained in:
Luis Ángel San Martín
2014-10-16 19:57:06 +02:00
parent b55bbb1366
commit 472fea32ff
3 changed files with 5 additions and 2 deletions

View File

@ -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