#ifndef CPPPREPROCESSOR_H #define CPPPREPROCESSOR_H #include class CppPreprocessor : public QObject { Q_OBJECT public: explicit CppPreprocessor(QObject *parent = nullptr); signals: }; #endif // CPPPREPROCESSOR_H