diff --git a/app/gui/oven_control/operationtimeparts.cpp b/app/gui/oven_control/operationtimeparts.cpp index 70dfb47..35f0f90 100644 --- a/app/gui/oven_control/operationtimeparts.cpp +++ b/app/gui/oven_control/operationtimeparts.cpp @@ -51,7 +51,7 @@ OperationTimeParts::OperationTimeParts(QWidget *parent) : m_btnGrops->addButton(m_arrResetBtn[i],i); } - connect(m_btnGrops,SIGNAL(buttonClicked(int)),this,SLOT(on_btnResets_clicked(int))); + connect(m_btnGrops,SIGNAL(buttonClicked(int)),this,SLOT(onBtnResetsClicked(int))); if(ovs != NULL){ for( i =0;i