Fixed osx compilation.

This commit is contained in:
Luis Ángel San Martín 2017-04-24 22:18:47 +02:00
parent 290e19aa4b
commit d6582c05c3
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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