| 63 | public: |
| 64 | explicit CustomNode(QObject* parent = nullptr) : qan::Node{parent} { /* Nil */ } |
| 65 | virtual ~CustomNode() override { /* Nil */ } |
| 66 | private: |
| 67 | CustomNode(const CustomNode &) = delete; |
| 68 |
nothing calls this directly
no outgoing calls
no test coverage detected