Minor Updates (#1241)

This commit is contained in:
LordGrey
2021-05-16 18:33:24 +02:00
committed by GitHub
parent 016855898a
commit feec395756
5 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ QString ImageProcessor::mappingTypeToStr(int mappingType)
ImageProcessor::ImageProcessor(const LedString& ledString, Hyperion* hyperion)
: QObject(hyperion)
, _log(Logger::getInstance("BLACKBORDER"))
, _log(Logger::getInstance("IMAGETOLED"))
, _ledString(ledString)
, _borderProcessor(new BlackBorderProcessor(hyperion, this))
, _imageToLeds(nullptr)