| 78 | public: |
| 79 | explicit CustomEdge(QObject* parent = nullptr) : qan::Edge{parent} {} |
| 80 | virtual ~CustomEdge() override = default; |
| 81 | private: |
| 82 | CustomEdge(const CustomEdge &) = delete; |
| 83 |
nothing calls this directly
no outgoing calls
no test coverage detected