https://bugs.kde.org/show_bug.cgi?id=399923
--- Comment #80 from Maik Qualmann <metzping...@gmail.com> --- The progressInfo() function is called from the image loaders as DImgLoaderObserver when loading image progress. We have the simple LoadingTask::progressInfo() overloaded by the SharedLoadingTask::progressInfo(). The PreviewLoadingTask is derived from the SharedLoadingTask. Therefore, progressInfo() should always be executed by the SharedLoadingTask. Maik -- You are receiving this mail because: You are watching all bug changes.