MCPcopy 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
397void LiveDataSource::setUseRelativePath(bool b) {
398 m_relativePath = b;
399}
400
401bool LiveDataSource::useRelativePath() const {
402 return m_relativePath;

Callers 1

saveSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected