| 12 | Nan::Persistent<Function> QmlComponent::constructor; |
| 13 | |
| 14 | QmlComponent::QmlComponent() : ObjectWrap() |
| 15 | { |
| 16 | obj = NULL; |
| 17 | engine = NULL; |
| 18 | signal = new SignalHandler(); |
| 19 | } |
| 20 | |
| 21 | QmlComponent::~QmlComponent() |
| 22 | { |
nothing calls this directly
no outgoing calls
no test coverage detected