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