mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
Fixed osx compilation.
This commit is contained in:
@ -54,7 +54,7 @@ GridComicsView::GridComicsView(QWidget *parent) :
|
|||||||
|
|
||||||
LibraryUITheme theme;
|
LibraryUITheme theme;
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
theme = Light
|
theme = Light;
|
||||||
#else
|
#else
|
||||||
theme = Dark;
|
theme = Dark;
|
||||||
#endif
|
#endif
|
||||||
|
@ -27,7 +27,7 @@ InfoComicsView::InfoComicsView(QWidget *parent)
|
|||||||
|
|
||||||
LibraryUITheme theme;
|
LibraryUITheme theme;
|
||||||
#ifdef Q_OS_MAC
|
#ifdef Q_OS_MAC
|
||||||
theme = Light
|
theme = Light;
|
||||||
#else
|
#else
|
||||||
theme = Dark;
|
theme = Dark;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user