#include "BackgroundWorker.h" #include #include #include BackgroundWorker::BackgroundWorker() : QObject(){ } BackgroundWorker::~BackgroundWorker(){ } void BackgroundWorker::startDirChecks(QString path){ QDir dir(path); //First check for image files if(imgFilter.isEmpty()){ //Initial Run - load supported image extensions QList fmt = QImageReader::supportedImageFormats(); for(int i=0; i