新增U盘获取图语License功能
This commit is contained in:
15
FactoryTestTool/SourceCode/LicenseGenerate/LicenseGenerate.h
Normal file
15
FactoryTestTool/SourceCode/LicenseGenerate/LicenseGenerate.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef LICENSEGENERATE_H
|
||||
#define LICENSEGENERATE_H
|
||||
|
||||
#include <QWidget>
|
||||
#include <QTcpServer>
|
||||
#include <QJsonArray>
|
||||
#include <windows.h>
|
||||
#include <iostream>
|
||||
#include <QDebug>
|
||||
#include <stdio.h>
|
||||
#include "p_code.h"
|
||||
|
||||
void licenseGenerate();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user