| 44 | } |
| 45 | |
| 46 | void FITSOptionsWidget::updateContent(FITSFilter* filter, const QString& fileName) { |
| 47 | DEBUG(Q_FUNC_INFO << ", file name = " << STDSTRING(fileName)); |
| 48 | ui.twExtensions->clear(); |
| 49 | filter->parseExtensions(fileName, ui.twExtensions, true); |
| 50 | DEBUG(Q_FUNC_INFO << ", DONE"); |
| 51 | } |
| 52 | |
| 53 | /*! |
| 54 | updates the selected var name of a FITS file when the tree widget item is selected |
nothing calls this directly
no test coverage detected