mirror of
https://github.com/tnodir/fort
synced 2024-11-17 11:25:28 +00:00
7 lines
91 B
C++
7 lines
91 B
C++
#include "taskworker.h"
|
|
|
|
TaskWorker::TaskWorker(QObject *parent) :
|
|
QObject(parent)
|
|
{
|
|
}
|