Skip to content

Simplify confusing logic in ThumbnailCache::getKey()

Eric Jiang requested to merge erjiang/kdenlive:getkey-ok into master

Checking if (ok) is always true because ok was dereferenced right above so we know the pointer is not null.

Merge request reports