Settings dialog infrastructure
[quicknewsreader] / qml / QuickNewsReader / content / modelimpl / FavoriteFeedsSourceModel.qml
index fbbf451..cd6b9a0 100644 (file)
@@ -19,4 +19,6 @@ SourceModel {
     }
 
     loading: newsModel.loading
+    hasSettings: true
+    settingsComponent: "FavoriteRssConfig.qml"
 }