| 21 | void loadSettings() const; |
| 22 | void saveSettings(); |
| 23 | ImageFilter::ImportFormat currentFormat() const { |
| 24 | return (ImageFilter::ImportFormat)ui.cbImportFormat->currentIndex(); |
| 25 | } |
| 26 | |
| 27 | private: |
| 28 | Ui::ImageOptionsWidget ui; |
no test coverage detected