fort/src/ui/mainwindow.h
2017-09-07 15:44:15 +05:00

21 lines
245 B
C++

#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