View difference between Paste ID: QYqdfezh and 7YXEc00m
SHOW: | | - or go back to the newest paste.
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-
};
13+
};
14
15
#endif // LICENSEVALIDATOR_H