Refactoring and model improvements
[quicknewsreader] / qml / QuickNewsReader / content / modelimpl / RssFeedModel.qml
index 34bb48b..3e1c432 100644 (file)
@@ -5,6 +5,7 @@ XmlListModel {
 
     property string currentFeed: ""
     property bool loading: feedModel.status === XmlListModel.Loading
 
     property string currentFeed: ""
     property bool loading: feedModel.status === XmlListModel.Loading
+    property int sourceDepth: 2
 
     source: "http://" + currentFeed
     query: "/rss/channel/item"
 
     source: "http://" + currentFeed
     query: "/rss/channel/item"