spelling mistake

This commit is contained in:
Hauke Schade 2014-04-04 00:59:26 +02:00
parent dfd6ce664d
commit 348f53f87a

View file

@ -126,7 +126,7 @@ void Settings::setUseAllFeedsOnStartup(bool useAllFeedsOnStartup) {
}
}
void Settings::setWhiteBackgroundOnIcons(bool whiteBackgroundOnIcons()) {
void Settings::setWhiteBackgroundOnIcons(bool whiteBackgroundOnIcons) {
if (_whiteBackgroundOnIcons != whiteBackgroundOnIcons) {
_whiteBackgroundOnIcons = whiteBackgroundOnIcons;
m_settings->setValue("whiteBackgroundOnIcons", _whiteBackgroundOnIcons);