Advertisement
Guest User

Untitled

a guest
May 22nd, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #ifndef LICENSEVALIDATOR_H
  2. #define LICENSEVALIDATOR_H
  3.  
  4. #include "licensevalidator_global.h"
  5.  
  6. class LICENSEVALIDATORSHARED_EXPORT Licensevalidator : public QObject
  7. {
  8.     Q_OBJECT
  9.  
  10. public:
  11.     explicit Licensevalidator(QObject *parent = 0);
  12.     ~Licensevalidator();
  13. };
  14.  
  15. #endif // LICENSEVALIDATOR_H
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement