forked from xin/TowerOptoSifAndSpectral
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();
|
||
|
|
};
|