mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04:00
Replace Q_OS_MAC with Q_OS_MACOS
This commit is contained in:
@ -164,7 +164,7 @@ class PDFComic : public Comic
|
||||
|
||||
private:
|
||||
// pdf
|
||||
#if defined Q_OS_MAC && defined USE_PDFKIT
|
||||
#if defined Q_OS_MACOS && defined USE_PDFKIT
|
||||
std::unique_ptr<MacOSXPDFComic> pdfComic;
|
||||
#elif defined USE_PDFIUM
|
||||
std::unique_ptr<PdfiumComic> pdfComic;
|
||||
|
Reference in New Issue
Block a user