MCPcopy Create free account
hub / github.com/YACReader/yacreader / numDaysToConsiderRecentChanged

Method numDaysToConsiderRecentChanged

YACReaderLibrary/options_dialog.cpp:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void OptionsDialog::numDaysToConsiderRecentChanged(int value)
154{
155 settings->setValue(NUM_DAYS_TO_CONSIDER_RECENT, value);
156
157 numDaysLabel->setText(QString("%1").arg(value));
158
159 emit optionsChanged();
160}
161
162void OptionsDialog::resetToDefaults()
163{

Callers

nothing calls this directly

Calls 3

setValueMethod · 0.80
QStringClass · 0.70
setTextMethod · 0.45

Tested by

no test coverage detected