MCPcopy Create free account
hub / github.com/BrigJS/brig / ~DynamicQObject

Method ~DynamicQObject

src/DynamicQObject.cpp:25–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 }
24
25 DynamicQObject::~DynamicQObject()
26 {
27 // Disconnect all
28 QMetaObject::disconnect(this, 0, 0, 0);
29#if 0
30 // Release all callbacks
31 for (Callback *callback : callbacks) {
32 delete callback;
33 }
34
35 callbacks.clear();
36#endif
37// delete _builder;
38// delete _metaObject;
39 }
40
41 int DynamicQObject::qt_metacall(QMetaObject::Call call, int id, void **arguments)
42 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected