| 93 | public: |
| 94 | explicit CustomGraph(QQuickItem *parent = nullptr) : qan::Graph{parent} { /* Nil */ } |
| 95 | virtual ~CustomGraph() override { /* Nil */ } |
| 96 | private: |
| 97 | CustomGraph(const CustomGraph &) = delete; |
| 98 |
nothing calls this directly
no outgoing calls
no test coverage detected