Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ setUseRelativePath
Method
setUseRelativePath
src/backend/datasources/LiveDataSource.cpp:397–399 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
395
}
396
397
void LiveDataSource::setUseRelativePath(bool b) {
398
m_relativePath = b;
399
}
400
401
bool LiveDataSource::useRelativePath() const {
402
return m_relativePath;
Callers
1
saveSettings
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected