RedPanda-CPP/RedPandaIDE/settingsdialog/projectcompilerwidget.h

23 lines
377 B
C
Raw Normal View History

2021-09-15 08:02:08 +08:00
#ifndef PROJECTCOMPILERWIDGET_H
#define PROJECTCOMPILERWIDGET_H
#include <QWidget>
namespace Ui {
class ProjectCompilerWidget;
}
class ProjectCompilerWidget : public QWidget
{
Q_OBJECT
public:
explicit ProjectCompilerWidget(QWidget *parent = nullptr);
~ProjectCompilerWidget();
private:
Ui::ProjectCompilerWidget *ui;
};
#endif // PROJECTCOMPILERWIDGET_H