Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix ctkDICOMIndexer reverting back to functor signal/slot
This commit reverts 7bb0d9f (COMP: Fix Qt4/C++98 ctkDICOMIndexerPrivate build using literal signal/slot) This addresses the following error reported when running ctkDICOMIndexerTest1: QObject::connect: No such signal QThread::"finished()" QObject::connect: No such signal ctkDICOMIndexerPrivate::"startWorker()" QObject::connect: No such signal ctkDICOMIndexerPrivateWorker::"progress(int)" QObject::connect: No such signal ctkDICOMIndexerPrivateWorker::"progressDetail(QString)" QObject::connect: No such signal ctkDICOMIndexerPrivateWorker::"progressStep(QString)" QObject::connect: No such signal ctkDICOMIndexerPrivateWorker::"updatingDatabase(bool)" QObject::connect: No such signal ctkDICOMIndexerPrivateWorker::"indexingComplete(int,int,int,int)" QObject::connect: No such signal ctkDICOMIndexer::"indexingComplete(int,int,int,int)" For reference, the functor-based connection was introduced in 7f2f24a (ENH: DICOM browser rework).
- Loading branch information