From 7bb572fcbc5058b7e01b6f64813939e167136d85 Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 11 Jul 2017 11:50:27 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9F=B0=ED=83=80=EC=9E=84=20=EA=B2=BD?= =?UTF-8?q?=EA=B3=A0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/gui/oven_control/operationtimeparts.cpp | 10 ++-------- app/gui/oven_control/operationtimeparts.h | 3 +-- 2 files changed, 3 insertions(+), 10 deletions(-) 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