filemanager/cio/cfilejob.cpp

8 lines
86 B
C++
Raw Normal View History

2021-09-03 13:35:54 -07:00
#include "cfilejob.h"
CFileJob::CFileJob(QObject *parent)
: QThread(parent)
{
}