@@ -250,6 +250,7 @@ class RssStream : public QObject{
image=property.text();
elseif(property.tagName()=="item"){
if(getListSize()<STREAM_MAX_ITEM){
//TODO: find a way to break here
//add it to a list
listItem.append(newRssItem(property,this));
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.