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

Method setFileType

src/backend/datasources/LiveDataSource.cpp:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186void LiveDataSource::setFileType(AbstractFileFilter::FileType type) {
187 m_fileType = type;
188}
189
190AbstractFileFilter::FileType LiveDataSource::fileType() const {
191 return m_fileType;

Calls

no outgoing calls