Home
last modified time | relevance | path

Searched refs:updateFeedsStartUp_ (Results 1 – 5 of 5) sorted by relevance

/dports/net/quiterss/quiterss-0.19.4_1/src/application/
H A Dmainapplication.h133 bool updateFeedsStartUp_; variable
H A Dmainapplication.cpp107 if (updateFeedsStartUp_) { in MainApplication()
161 updateFeedsStartUp_ = settings.value("autoUpdatefeedsStartUp", false).toBool(); in createSettings()
H A Dmainwindow.cpp3409 optionsDialog_->updateFeedsStartUp_->setChecked(updateFeedsStartUp); in showOptionDlg()
3849 updateFeedsStartUp = optionsDialog_->updateFeedsStartUp_->isChecked(); in showOptionDlg()
/dports/net/quiterss/quiterss-0.19.4_1/src/
H A Doptionsdialog.h111 QCheckBox *updateFeedsStartUp_; variable
H A Doptionsdialog.cpp755 updateFeedsStartUp_ = new QCheckBox( in createFeedsWidget()
813 generalFeedsLayout->addWidget(updateFeedsStartUp_); in createFeedsWidget()