mirror of
https://github.com/KDE/kasts.git
synced 2024-12-24 15:40:44 +01:00
Initialize feeds to not have an error
This commit is contained in:
parent
1065e3cdd9
commit
f59da86325
@ -58,6 +58,9 @@ Feed::Feed(int index)
|
||||
m_autoUpdateType = query.value(QStringLiteral("autoUpdateType")).toInt();
|
||||
m_notify = query.value(QStringLiteral("notify")).toBool();
|
||||
|
||||
m_errorId = 0;
|
||||
m_errorString = QLatin1String("");
|
||||
|
||||
connect(&Fetcher::instance(), &Fetcher::startedFetchingFeed, this, [this](QString url) {
|
||||
if (url == m_url) {
|
||||
setRefreshing(true);
|
||||
|
Loading…
Reference in New Issue
Block a user