Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void LiveDataSource::setFileName(const QString& name) {
167
m_fileName = name;
168
}
169
170
QString LiveDataSource::fileName() const {
171
return m_fileName;
Callers
1
SpiceFileReader
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected