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

Method fileType

src/backend/datasources/LiveDataSource.cpp:190–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190AbstractFileFilter::FileType LiveDataSource::fileType() const {
191 return m_fileType;
192}
193
194void LiveDataSource::setFilter(AbstractFileFilter* f) {
195 delete m_filter;

Callers 1

setLiveDataSourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected