Initial commit with empty qt client and empty 'server'
This commit is contained in:
9
client/src/ui/mainwindow.cpp
Normal file
9
client/src/ui/mainwindow.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "ui/mainwindow.h"
|
||||
#include "ui_mainwindow.h"
|
||||
|
||||
MainWindow::MainWindow(QWidget *parent)
|
||||
: QMainWindow(parent), ui(new Ui::MainWindow) {
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow() { delete ui; }
|
||||
Reference in New Issue
Block a user