Refactored data getter a bit.
This commit is contained in:
parent
0900d68dca
commit
662bea00eb
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ StandardFeed::StandardFeed(RootItem *parent_item)
|
|||
m_passwordProtected = false;
|
||||
m_username = QString();
|
||||
m_password = QString();
|
||||
m_networkError = QNetworkReply::NoError;
|
||||
m_networkError = QNetworkReply::NoError; // TODO: mozna i networkError refaktorovat do Feed předka
|
||||
m_type = Rss0X;
|
||||
m_totalCount = 0;
|
||||
m_unreadCount = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue