Newer
Older
Import / applications / MakePDF / Security / generator / generator.h
@John Ryland John Ryland on 22 Dec 2020 159 bytes import NUC files
#ifndef GENERATOR_H
#define GENERATOR_H


#include <QWidget>


class Generator : public QWidget
{
	Q_OBJECT
public:
	Generator();

};


#endif // GENERATOR_H