tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
run_error.h
Go to the documentation of this file.
1 #ifndef RUN_ERROR_H
2 #define RUN_ERROR_H
3 
4 #include <QWidget>
5 
6 namespace Ui {
7 class run_error;
8 }
9 
10 class run_error : public QWidget
11 {
12  Q_OBJECT
13 
14 public:
15  explicit run_error(QWidget *parent = 0);
16  ~run_error();
17 
18 private:
20 };
21 
22 #endif // RUN_ERROR_H