mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
Move pdf related header stuff to pdf_comic.h (and fix indentations in comic.h)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user