@@ -1,22 +0,0 @@
-
-#include <QMessageBox>
-#include "adclicense.h"
-int ADCLicenseCheckWithWin()
-{
- int nRtn = ADCLicenseServ::CheckLincese();
- if(nRtn == -1)
- {
- QMessageBox::warning(NULL,"Warning","license 错误,请申请license",QMessageBox::YesAll);
- return nRtn;
- }
- else
- if(nRtn == -2)
- QMessageBox::warning(NULL,"Warning","license服务启动失败",QMessageBox::YesAll);
-}
@@ -1,5 +0,0 @@
-#ifndef ADCLICENSEWITHWIN_H
-#define ADCLICENSEWITHWIN_H
-int ADCLicenseCheckWithWin();
-#endif // ADCLICENSEWITHWIN_H