Typo.
This commit is contained in:
parent
a502af9437
commit
3284d3a1b5
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ void TtRssServiceRoot::syncIn() {
|
||||||
RootItem *new_tree = feed_cats_response.feedsCategories(true, m_network->url());
|
RootItem *new_tree = feed_cats_response.feedsCategories(true, m_network->url());
|
||||||
|
|
||||||
// Purge old data from SQL and clean all model items.
|
// Purge old data from SQL and clean all model items.
|
||||||
removeOldFeedTree(true);
|
removeOldFeedTree(false);
|
||||||
cleanAllItems();
|
cleanAllItems();
|
||||||
|
|
||||||
// Model is clean, now store new tree into DB and
|
// Model is clean, now store new tree into DB and
|
||||||
|
|
Loading…
Add table
Reference in a new issue