| 82 | #endif |
| 83 | |
| 84 | ExtractionWidget::ExtractionWidget(QWidget* parent, OptionManager* options) |
| 85 | : OptionsWidget(parent), |
| 86 | options_(options), |
| 87 | thread_control_widget_(new ThreadControlWidget(this)) {} |
| 88 | |
| 89 | SIFTExtractionWidget::SIFTExtractionWidget(QWidget* parent, |
| 90 | OptionManager* options) |
nothing calls this directly
no outgoing calls
no test coverage detected