]> git.sesse.net Git - nageru/blob - mainwindow.cpp
Throw up some widgets.
[nageru] / mainwindow.cpp
1 #include "mainwindow.h"
2
3 #include "ui_mainwindow.h"
4
5 MainWindow *global_mainwindow = nullptr;
6
7 MainWindow::MainWindow()
8         : ui(new Ui::MainWindow)
9 {
10         global_mainwindow = this;
11         ui->setupUi(this);
12 }