Automatically switch to the next view
[quicknewsreader] / qml / QuickNewsReader / main.qml
index ebee529..2a72511 100644 (file)
@@ -24,6 +24,7 @@ Rectangle {
     property variant currentSource: listSourceModel[currentSourceIndex]
     property bool loading: currentSource.loading
     property ListModel windowViewsModel: viewsModel
+    property ListView windowViewsList: viewsList
 
     ListView {
         id: viewsList