Warning, /frameworks/kcoreaddons/autotests/plugin/data/testmetadata.json is written in an unsupported language. File is not indexed.
0001 { 0002 "KPlugin": { 0003 "Authors": [ 0004 { 0005 "Name": "Aleix Pol" 0006 } 0007 ], 0008 "Description": "Test stuff.", 0009 "Icon": "kdevelop", 0010 "License": "GPL", 0011 "Name": "Test" 0012 }, 0013 "X-Plasma-MainScript": "ui/main.qml", 0014 "X-Purpose-PluginTypes": [ "Export" ], 0015 "SomeInt" : 42, 0016 "SomeIntAsString" : "42", 0017 "SomeStringNotAInt" : "not-a-string", 0018 "SomeBool" : true, 0019 "SomeBoolAsString" : "true", 0020 "SomeBoolThatIsFalse": false 0021 }