The KF5 version of sendimages does not work: it only resizes the images and then does nothing. SendImages::slotCompleteResize() is never called. Reproducible: Always
Git commit 9b60203d8ca5e23d2efdf21a39ad6c52aeb558cd by Alexander Potashev. Committed on 28/05/2015 at 03:57. Pushed by aspotashev into branch 'frameworks'. sendimages: Fix triggering of slotCompleteResize() 1. Task::run() now emits signalDone() to let class RActionThreadBase track finished tasks. 2. ImageResize::slotFinished() is not called anymore, now we use signal QThread::finished() to detect when all images have been resized. M +4 -5 sendimages/imageresize.cpp M +0 -5 sendimages/imageresize.h M +1 -1 sendimages/sendimages.cpp http://commits.kde.org/kipi-plugins/9b60203d8ca5e23d2efdf21a39ad6c52aeb558cd