UltraScan III
us_license_t.h
Go to the documentation of this file.
1 #ifndef US_LICENSE_T_H
3 #define US_LICENSE_T_H
4 
5 #include <QtCore>
6 
7 #include "us_extern.h"
8 
10 
12 {
13  public:
18 
19  enum { OK, Expired, Invalid, Missing, BadPlatform, BadOS, Pending };
20 
25  static int isValid( QString&, const QStringList& = QStringList() );
26 
27 };
28 
29 #endif