Fuck it all, no mood.
This commit is contained in:
parent
5b432772dd
commit
90d92e8aa8
@ -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;
|
||||
|
@ -230,5 +230,5 @@ void TtRssServiceRoot::syncIn() {
|
||||
QNetworkReply::NetworkError err;
|
||||
|
||||
|
||||
TtRssGetFeedsCategoriesResponse aa = m_network->getFeedsCategories(err);
|
||||
QList<RootItem*> aa = m_network->getFeedsCategories(err).feedsCategories();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user