Move pdf related header stuff to pdf_comic.h (and fix indentations in comic.h)

This commit is contained in:
Felix Kauselmann
2016-10-17 22:40:09 +02:00
parent dbada0bd3d
commit 98bccee00d
2 changed files with 60 additions and 51 deletions

View File

@ -4,6 +4,7 @@
#include <QObject>
#include <QImage>
#ifdef Q_OS_MAC
class MacOSXPDFComic
{
public:
@ -19,4 +20,8 @@ private:
void * lastPageData;
};
#else
#include "poppler-qt5.h"
#endif // Q_OS_MAC
#endif // PDF_COMIC_H