MCPcopy Create free account
hub / github.com/KDE/labplot / CANFilter

Method CANFilter

src/backend/datasources/filters/CANFilter.cpp:20–23  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

18
19//////////////////////////////////////////////////////////////////////
20CANFilter::CANFilter(FileType type, CANFilterPrivate* p)
21 : AbstractFileFilter(type)
22 , d(p) {
23}
24
25CANFilter::~CANFilter() = default;
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected