Commit
b1afc918430707d13b15646b4ab2b75f8a7145bd
Authored by
김태훈
소스 코드 정리
...
|
...
|
@@ -19,9 +19,6 @@ MainWindow::MainWindow(QWidget *parent) : |
19
|
19
|
{ |
20
|
20
|
ui->setupUi(this); |
21
|
21
|
|
22
|
|
- //for singletone event debug |
23
|
|
- pcombiButton = ui->helpButton; |
24
|
|
- |
25
|
22
|
oven = Oven::getInstance(); |
26
|
23
|
|
27
|
24
|
OvenController *interface = new OvenController(this, oven); |
...
|
...
|
|
...
|
...
|
@@ -18,8 +18,6 @@ class MainWindow : public QMainWindow |
18
|
18
|
Q_OBJECT |
19
|
19
|
|
20
|
20
|
public: |
21
|
|
- //for singtone event debug |
22
|
|
- QPushButton *pcombiButton; |
23
|
21
|
explicit MainWindow(QWidget *parent = 0); |
24
|
22
|
~MainWindow(); |
25
|
23
|
|
...
|
...
|
|