mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-10 07:13:32 +01:00
Some code moved.
This commit is contained in:
parent
bba6788dfc
commit
5e2f6f108d
@ -34,7 +34,7 @@ void FeedDownloader::updateFeeds(const QList<FeedsModelFeed *> &feeds) {
|
||||
for (int i = 0, total = feeds.size(); i < total; i++) {
|
||||
feeds.at(i)->update();
|
||||
|
||||
qDebug("Made progress in feed updates: %d/%d.", i, total);
|
||||
qDebug("Made progress in feed updates: %d/%d.", i + 1, total);
|
||||
|
||||
emit progress(feeds.at(i), i + 1, total);
|
||||
}
|
||||
|
@ -296,7 +296,7 @@ void FormSettings::loadBrowser() {
|
||||
// Load settings of web browser GUI.
|
||||
m_initialSettings.m_webBrowserProgress = settings->value(APP_CFG_BROWSER,
|
||||
"browser_progress_color",
|
||||
QColor(0, 255, 0, 100)).value<QColor>();
|
||||
QColor(59, 94, 248, 70)).value<QColor>();
|
||||
loadWebBrowserColor(m_initialSettings.m_webBrowserProgress);
|
||||
m_ui->m_checkBrowserProgressColor->setChecked(settings->value(APP_CFG_BROWSER,
|
||||
"browser_colored_progress_enabled",
|
||||
|
Loading…
Reference in New Issue
Block a user