mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fixed osx compilation.
This commit is contained in:
parent
290e19aa4b
commit
d6582c05c3
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user