| 47 | public: |
| 48 | explicit CustomGroup(QObject* parent = nullptr) : qan::Group{parent} {} |
| 49 | virtual ~CustomGroup() override { /* Nil */ } |
| 50 | private: |
| 51 | CustomGroup(const CustomGroup &) = delete; |
| 52 |
nothing calls this directly
no outgoing calls
no test coverage detected