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

Method addKeywordUnit

src/backend/datasources/filters/FITSFilter.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void FITSFilter::addKeywordUnit(const QString& fileName, const QList<Keyword>& keywords) {
79 d->addKeywordUnit(fileName, keywords);
80}
81
82void FITSFilter::removeExtensions(const QStringList& extensions) {
83 d->removeExtensions(extensions);

Callers 1

saveMethod · 0.80

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected