Move UpdatePTUDevCtrl files into subdir UpdatePTUDevCtrl

This commit is contained in:
2024-02-29 14:41:45 +01:00
parent 4233ca8637
commit 8eff6e5d10
47 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#include "worker_thread.h"
WorkerThread::WorkerThread(QString const &name,
QObject *parent) : QThread(parent) {
this->setObjectName(name);
}
WorkerThread::~WorkerThread() {
}
//void WorkerThread::run() {
//
//}