/////////////////////////////////////////////////////////////////
| 18 | |
| 19 | ////////////////////////////////////////////////////////////////////// |
| 20 | CANFilter::CANFilter(FileType type, CANFilterPrivate* p) |
| 21 | : AbstractFileFilter(type) |
| 22 | , d(p) { |
| 23 | } |
| 24 | |
| 25 | CANFilter::~CANFilter() = default; |
| 26 |
nothing calls this directly
no outgoing calls
no test coverage detected