From 95dfd961638964445db9af1fb4de59b170ce9a16 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 31 Aug 2015 14:36:19 +0200 Subject: Trage erste Version der Dokumentation ein --- mainwindow.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 mainwindow.cpp (limited to 'mainwindow.cpp') diff --git a/mainwindow.cpp b/mainwindow.cpp new file mode 100644 index 0000000..49d64fc --- /dev/null +++ b/mainwindow.cpp @@ -0,0 +1,14 @@ +#include "mainwindow.h" +#include "ui_mainwindow.h" + +MainWindow::MainWindow(QWidget *parent) : + QMainWindow(parent), + ui(new Ui::MainWindow) +{ + ui->setupUi(this); +} + +MainWindow::~MainWindow() +{ + delete ui; +} -- cgit v1.2.3-70-g09d2