| 65 | virtual ~CustomNode() override { /* Nil */ } |
| 66 | private: |
| 67 | CustomNode(const CustomNode &) = delete; |
| 68 | |
| 69 | public: |
| 70 | static QQmlComponent* delegate(QQmlEngine &engine, QObject* parent = nullptr) noexcept; |
nothing calls this directly
no outgoing calls
no test coverage detected