MCPcopy Create free account
hub / github.com/BrigJS/brig / QmlComponent

Method QmlComponent

src/QmlComponent.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected