mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-19 03:49:42 +08:00
12 lines
174 B
C++
12 lines
174 B
C++
#pragma once
|
|
#include "pch.h"
|
|
|
|
|
|
|
|
class ZZ_iSIFControlThread :public QObject
|
|
{
|
|
Q_OBJECT
|
|
public:
|
|
ZZ_iSIFControlThread(QObject* parent = nullptr);
|
|
~ZZ_iSIFControlThread();
|
|
}; |