[win32] Fix build in src/ui/ (#5784)

It looks like there is a problem with build of src/ui/appearancesettingspage.cpp
It might fix it.
This commit is contained in:
Krzysztof Sobiecki 2017-08-16 16:09:55 +02:00 committed by John Maguire
parent 328e669e81
commit dad0c8f314
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ AppearanceSettingsPage::AppearanceSettingsPage(SettingsDialog* dialog)
connect(ui_->use_no_background, SIGNAL(toggled(bool)),
SLOT(DisableBlurAndOpacitySliders(bool)));
#if !defined (Q_OS_UNIX) || defined (Q_OS_MACOS)
ui_->sys_icons->setDisabled(true);
ui_->b_use_sys_icons->setDisabled(true);
#endif
}