tychoGUI
1.0
Main Page
Namespaces
Data Structures
Files
File List
Globals
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
14
run_error::~run_error
()
15
{
16
delete
ui
;
17
}
Generated on Wed Oct 9 2013 19:57:23 for tychoGUI by
1.8.1.1