MCPcopy Create free account
hub / github.com/cneben/QuickQanava / ~CustomGraph

Method ~CustomGraph

samples/cpp/cpp_sample.h:95–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93public:
94 explicit CustomGraph(QQuickItem *parent = nullptr) : qan::Graph{parent} { /* Nil */ }
95 virtual ~CustomGraph() override { /* Nil */ }
96private:
97 CustomGraph(const CustomGraph &) = delete;
98

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected