tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
run_error.cpp
Go to the documentation of this file.
1 #include "run_error.h"
2 #include "ui_run_error.h"
3 
7 run_error::run_error(QWidget *parent) :
8  QWidget(parent),
9  ui(new Ui::run_error)
10 {
11  ui->setupUi(this);
12 }
13 
15 {
16  delete ui;
17 }