X-Git-Url: http://git.maemo.org/git/?p=quicknewsreader;a=blobdiff_plain;f=qml%2FQuickNewsReader%2Fcontent%2Fmodelimpl%2FRssFeedModel.qml;h=3e1c4320c03a8e95816d6ca6ffda3f32e404c60c;hp=34bb48b6960e45cf1208575920666b0d817b6be2;hb=f60fe85fee497f7865a28a43797d6867c8cc401e;hpb=f32bf9723848f690d1fcba5945a072ef2d8414a6;ds=sidebyside diff --git a/qml/QuickNewsReader/content/modelimpl/RssFeedModel.qml b/qml/QuickNewsReader/content/modelimpl/RssFeedModel.qml index 34bb48b..3e1c432 100644 --- a/qml/QuickNewsReader/content/modelimpl/RssFeedModel.qml +++ b/qml/QuickNewsReader/content/modelimpl/RssFeedModel.qml @@ -5,6 +5,7 @@ XmlListModel { property string currentFeed: "" property bool loading: feedModel.status === XmlListModel.Loading + property int sourceDepth: 2 source: "http://" + currentFeed query: "/rss/channel/item"