MCPcopy Create free account
hub / github.com/cneben/QuickQanava / CustomNode

Method CustomNode

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

Source from the content-addressed store, hash-verified

65 virtual ~CustomNode() override { /* Nil */ }
66private:
67 CustomNode(const CustomNode &) = delete;
68
69public:
70 static QQmlComponent* delegate(QQmlEngine &engine, QObject* parent = nullptr) noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected