Fuck it all, no mood.

This commit is contained in:
Martin Rotter 2015-12-07 19:40:05 +01:00
parent 5b432772dd
commit 90d92e8aa8
2 changed files with 5 additions and 2 deletions

View File

@ -214,6 +214,9 @@ QList<RootItem *> TtRssGetFeedsCategoriesResponse::feedsCategories() {
// We have data, construct object tree according to data.
QList<QVariant> items_to_process = m_rawContent["content"].toMap()["categories"].toMap()["items"].toList();
while (!items_to_process.isEmpty()) {
}
}
return items;

View File

@ -230,5 +230,5 @@ void TtRssServiceRoot::syncIn() {
QNetworkReply::NetworkError err;
TtRssGetFeedsCategoriesResponse aa = m_network->getFeedsCategories(err);
QList<RootItem*> aa = m_network->getFeedsCategories(err).feedsCategories();
}