Home
last modified time | relevance | path

Searched refs:NEW_COUNT_ICON_TRAY (Results 1 – 3 of 3) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.h35 #define NEW_COUNT_ICON_TRAY 2 macro
H A Doptionsdialog.cpp2106 case NEW_COUNT_ICON_TRAY: newCountTray_->setChecked(true); break; in setBehaviorIconTray()
2116 else if (newCountTray_->isChecked()) return NEW_COUNT_ICON_TRAY; in behaviorIconTray()
/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainwindow.cpp4694 behaviorIconTray_ = settings.value("Settings/behaviorIconTray", NEW_COUNT_ICON_TRAY).toInt(); in loadSettingsFeeds()