mirror of
https://github.com/tnodir/fort
synced 2024-11-17 12:35:35 +00:00
7 lines
95 B
C++
7 lines
95 B
C++
#include "mainwindow.h"
|
|
|
|
MainWindow::MainWindow(QWidget *parent) :
|
|
QMainWindow(parent)
|
|
{
|
|
}
|