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

Method addNewKeyword

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

Source from the content-addressed store, hash-verified

64}
65
66void FITSFilter::addNewKeyword(const QString& filename, const QList<Keyword>& keywords) {
67 d->addNewKeyword(filename, keywords);
68}
69
70void FITSFilter::updateKeywords(const QString& fileName, const QList<Keyword>& originals, const QVector<Keyword>& updates) {
71 d->updateKeywords(fileName, originals, updates);

Callers 1

saveMethod · 0.80

Calls 2

lengthMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected