-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.1.1
-
Fix Version/s: None
-
Component/s: XML: QtXmlPatterns
-
Labels:None
-
Environment:Raspbian Wheezy
I am using XmlListModel to read an RSS feed. Every now and then I need to reload the model to refresh data using reload() method. If there is a network problem (RSS feed unavailable) during the reload, all data is removed from the model. I guess this should not happen, and the model should not remove all of its data because of an error, but instead keep the data that it had so far.