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

Method ~CustomGroup

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

Source from the content-addressed store, hash-verified

47public:
48 explicit CustomGroup(QObject* parent = nullptr) : qan::Group{parent} {}
49 virtual ~CustomGroup() override { /* Nil */ }
50private:
51 CustomGroup(const CustomGroup &) = delete;
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected