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

Method updateKeywords

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

Source from the content-addressed store, hash-verified

68}
69
70void FITSFilter::updateKeywords(const QString& fileName, const QList<Keyword>& originals, const QVector<Keyword>& updates) {
71 d->updateKeywords(fileName, originals, updates);
72}
73
74void FITSFilter::deleteKeyword(const QString& fileName, const QList<Keyword>& keywords) {
75 d->deleteKeyword(fileName, keywords);

Callers 1

saveMethod · 0.80

Calls 3

sizeMethod · 0.45
isEmptyMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected