fort/src/ui/mainwindow.h

21 lines
245 B
C
Raw Normal View History

2017-09-07 10:44:15 +00:00
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = nullptr);
signals:
public slots:
protected:
};
#endif // MAINWINDOW_H