#include "BackgroundTask.h"

BackgroundTask::BackgroundTask(QRunnable* q)
{

}


QRunnable* BackgroundTask::getRunnable(void)
{
    return nullptr;
}