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