Settings dialog infrastructure
[quicknewsreader] / qml / QuickNewsReader / content / modelitf / SourceModel.qml
index 5e6bb0a..1b5484f 100644 (file)
@@ -5,6 +5,8 @@ QtObject {
     property string name: "Source"
 
     property bool loading
+    property bool hasSettings: false
+    property string settingsComponent
 
     property variant listViews;
     property variant listModels;