Commit b1afc918430707d13b15646b4ab2b75f8a7145bd
1 parent
3f52600cc4
Exists in
master
and in
2 other branches
소스 코드 정리
Showing
2 changed files
with
0 additions
and
5 deletions
Show diff stats
app/gui/oven_control/mainwindow.cpp
@@ -19,9 +19,6 @@ MainWindow::MainWindow(QWidget *parent) : | @@ -19,9 +19,6 @@ MainWindow::MainWindow(QWidget *parent) : | ||
19 | { | 19 | { |
20 | ui->setupUi(this); | 20 | ui->setupUi(this); |
21 | 21 | ||
22 | - //for singletone event debug | ||
23 | - pcombiButton = ui->helpButton; | ||
24 | - | ||
25 | oven = Oven::getInstance(); | 22 | oven = Oven::getInstance(); |
26 | 23 | ||
27 | OvenController *interface = new OvenController(this, oven); | 24 | OvenController *interface = new OvenController(this, oven); |
app/gui/oven_control/mainwindow.h
@@ -18,8 +18,6 @@ class MainWindow : public QMainWindow | @@ -18,8 +18,6 @@ class MainWindow : public QMainWindow | ||
18 | Q_OBJECT | 18 | Q_OBJECT |
19 | 19 | ||
20 | public: | 20 | public: |
21 | - //for singtone event debug | ||
22 | - QPushButton *pcombiButton; | ||
23 | explicit MainWindow(QWidget *parent = 0); | 21 | explicit MainWindow(QWidget *parent = 0); |
24 | ~MainWindow(); | 22 | ~MainWindow(); |
25 | 23 |