Do not save RSS feed to disk unless it has changed.

Stop to address issue #34.
This commit is contained in:
Christophe Dumez
2012-08-18 21:26:22 +03:00
parent a26723a57a
commit ad7c9ace50
2 changed files with 7 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ private:
QString m_icon;
QString m_iconUrl;
bool m_read;
bool m_refreshed;
bool m_dirty;
bool m_inErrorState;
bool m_loading;