| 46 | */ |
| 47 | |
| 48 | QFAppScriptGroup::QFAppScriptGroup(QQuickItem* parent) : QQuickItem(parent) |
| 49 | { |
| 50 | |
| 51 | } |
| 52 | |
| 53 | /*! \qmlproperty array AppScriptGroup::scripts |
| 54 | This property hold an array of AppScript object. |
nothing calls this directly
no outgoing calls
no test coverage detected