1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-08-21 13:49:29 +03:00

update comments at background cache

This commit is contained in:
Michail Vourlakos
2019-05-10 00:22:50 +03:00
parent 24e25944db
commit af77263d9a

View File

@ -349,8 +349,8 @@ void BackgroundCache::updateImageCalculations(QString imageFile, Plasma::Types::
bool areaBusy = areaIsBusy(minBrightness, maxBrightness);
qDebug() << " Hints for Background image: " << imageFile;
qDebug() << " Brightness: " << brightness << " Busy: " << areaBusy << " minBright:" << minBrightness << " maxBright:" << maxBrightness;
qDebug() << " Hints for Background image | " << imageFile << " at Edge : " << location;
qDebug() << " Hints for Background image | Brightness: " << brightness << " Busy: " << areaBusy << " minBright:" << minBrightness << " maxBright:" << maxBrightness;
if (!m_hintsCache.keys().contains(imageFile)) {
m_hintsCache[imageFile] = EdgesHash();