yhkylin-backup-tools/backup-daemon/mythread.cpp

9 lines
110 B
C++
Raw Normal View History

2021-11-15 13:36:00 +08:00
#include "mythread.h"
MyThread::MyThread(QObject *parent) :
QThread(parent)
{}
MyThread::~MyThread()
{}