fort/src/ui/task/taskworker.cpp

7 lines
91 B
C++
Raw Normal View History

2017-09-21 13:24:45 +00:00
#include "taskworker.h"
TaskWorker::TaskWorker(QObject *parent) :
QObject(parent)
{
}