mirror of
http://172.16.0.230/r/SIF/TowerOptoSifAndSpectral.git
synced 2025-10-22 20:49:43 +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();
|
||
|
};
|