aboutsummaryrefslogtreecommitdiff
path: root/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r--mainwindow.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp
new file mode 100644
index 0000000..ebaa88c
--- /dev/null
+++ b/mainwindow.cpp
@@ -0,0 +1,13 @@
1#include "mainwindow.h"
2#include "./ui_mainwindow.h"
3
4MainWindow::MainWindow(QWidget *parent)
5 : QMainWindow(parent), ui(new Ui::MainWindow)
6{
7 ui->setupUi(this);
8}
9
10MainWindow::~MainWindow()
11{
12 delete ui;
13}

Generated with cgit - Back to sebastiano.tronto.net