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

Method setFileName

src/backend/datasources/LiveDataSource.cpp:166–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void LiveDataSource::setFileName(const QString& name) {
167 m_fileName = name;
168}
169
170QString LiveDataSource::fileName() const {
171 return m_fileName;

Callers 1

SpiceFileReaderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected