| 84 | } |
| 85 | |
| 86 | void FITSFilter::parseHeader(const QString& fileName, QTableWidget* headerEditTable, bool readKeys, const QList<Keyword>& keys) { |
| 87 | d->parseHeader(fileName, headerEditTable, readKeys, keys); |
| 88 | } |
| 89 | |
| 90 | void FITSFilter::parseExtensions(const QString& fileName, QTreeWidget* tw, bool checkPrimary) { |
| 91 | d->parseExtensions(fileName, tw, checkPrimary); |