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

9 lines
110 B
C++
Raw Permalink Normal View History

2022-11-01 10:40:05 +08:00
#include "mythread.h"
MyThread::MyThread(QObject *parent) :
QThread(parent)
{}
MyThread::~MyThread()
{}