| 484 | |
| 485 | public: |
| 486 | explicit BWMapper(const std::vector<bool>& sc) |
| 487 | : selectedColors(sc) |
| 488 | {} |
| 489 | |
| 490 | void operator()(const QImage& source_image, QImage& output_image, ProgressObserver& progressObserver) const |
| 491 | { |
nothing calls this directly
no outgoing calls
no test coverage detected