#pragma once #include class GeneratorData : public QObject { Q_OBJECT public: explicit GeneratorData(QObject *parent = nullptr); };