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