RedPanda-CPP/RedPandaIDE/parser/cpppreprocessor.h

17 lines
235 B
C
Raw Normal View History

2021-08-05 23:13:21 +08:00
#ifndef CPPPREPROCESSOR_H
#define CPPPREPROCESSOR_H
#include <QObject>
class CppPreprocessor : public QObject
{
Q_OBJECT
public:
explicit CppPreprocessor(QObject *parent = nullptr);
signals:
};
#endif // CPPPREPROCESSOR_H