Commit 7bb572fcbc5058b7e01b6f64813939e167136d85
1 parent
2f7793d70c
Exists in
master
and in
2 other branches
런타임 경고 제거
Showing
2 changed files
with
3 additions
and
10 deletions
Show diff stats
app/gui/oven_control/operationtimeparts.cpp
| ... | ... | @@ -51,7 +51,7 @@ OperationTimeParts::OperationTimeParts(QWidget *parent) : |
| 51 | 51 | m_btnGrops->addButton(m_arrResetBtn[i],i); |
| 52 | 52 | } |
| 53 | 53 | |
| 54 | - connect(m_btnGrops,SIGNAL(buttonClicked(int)),this,SLOT(on_btnResets_clicked(int))); | |
| 54 | + connect(m_btnGrops,SIGNAL(buttonClicked(int)),this,SLOT(onBtnResetsClicked(int))); | |
| 55 | 55 | |
| 56 | 56 | if(ovs != NULL){ |
| 57 | 57 | for( i =0;i<OPERATION_TIME_PARTS_MAX_ITEM;i++){ |
| ... | ... | @@ -98,13 +98,7 @@ void OperationTimeParts::reloadUi(void){ |
| 98 | 98 | } |
| 99 | 99 | } |
| 100 | 100 | } |
| 101 | - | |
| 102 | -void OperationTimeParts::on_btnReset_2_clicked() | |
| 103 | -{ | |
| 104 | - | |
| 105 | -} | |
| 106 | - | |
| 107 | -void OperationTimeParts::on_btnResets_clicked(int idx){ | |
| 101 | +void OperationTimeParts::onBtnResetsClicked(int idx){ | |
| 108 | 102 | qDebug() << "PUSH BUTTON " << idx; |
| 109 | 103 | if(idx < OPERATION_TIME_CONTROL_MAX){ |
| 110 | 104 | if(m_arrUseItems[idx] !=NULL){ | ... | ... |
app/gui/oven_control/operationtimeparts.h