Commit d1d566994af6716cd9fd69be745dc87794cd3599
1 parent
7c8c4c5f0e
Exists in
master
and in
2 other branches
에러 발생 시그널 추가
Showing
2 changed files
with
5 additions
and
0 deletions
Show diff stats
app/gui/oven_control/ovenstatics.cpp
... | ... | @@ -570,6 +570,8 @@ void OvenStatistics::processErrorItems(error_item *item, error_exe_type errtype, |
570 | 570 | item->last_fried = ltime; |
571 | 571 | } |
572 | 572 | |
573 | + emit onErrorFired(erridx); | |
574 | + | |
573 | 575 | if(errtype>=error_type_chkclrstopcmd){ |
574 | 576 | qDebug() << "exec killchild"; |
575 | 577 | if(MainWindow::killChildCook()){ | ... | ... |
app/gui/oven_control/ovenstatics.h