From 0f8248de61743496f34cf02c42514133c64e1f9f Mon Sep 17 00:00:00 2001 From: byloveletter Date: Tue, 24 Oct 2017 18:44:10 +0900 Subject: [PATCH] =?UTF-8?q?HACCP=20=EC=97=90=EB=9F=AC=20=EB=B0=9C=EC=83=9D?= =?UTF-8?q?=20=EA=B8=B0=EB=8A=A5=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - HACCP 에러 발생시 에러 타이틀 저장 --- app/gui/oven_control/ovenstatics.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/gui/oven_control/ovenstatics.cpp b/app/gui/oven_control/ovenstatics.cpp index 1c0670b..85b6603 100644 --- a/app/gui/oven_control/ovenstatics.cpp +++ b/app/gui/oven_control/ovenstatics.cpp @@ -8,6 +8,7 @@ #include "errorpopupdlg.h" #include "historylistwindow.h" #include "servicepassinputdlg.h" +#include "haccp.h" OvenStatistics* OvenStatistics::p_singletonInstance=NULL; @@ -629,6 +630,7 @@ void OvenStatistics::processErrorItems(error_item *item, error_exe_type errtype, } emit onErrorFired(erridx); + HACCP::error(MsgTitle); if(errtype>=error_type_chkclrstopcmd){ qDebug() << "exec killchild"; -- 2.1.4