| 41 | #include <lut-calibrator/LutCalibrator.h> |
| 42 | |
| 43 | QString HyperHdrManager::getRootPath() |
| 44 | { |
| 45 | return _rootPath; |
| 46 | } |
| 47 | |
| 48 | HyperHdrManager::HyperHdrManager(const QString& rootPath) |
| 49 | : _log(Logger::getInstance("HYPER_MANAGER")) |
no outgoing calls
no test coverage detected