Commit 90bfa52489c45630f98597c03b95b95c23ee596e

Authored by 김태훈
1 parent d0f99720fb
Exists in master and in 2 other branches fhd, fhd-demo

엔코더 기능 누락

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/gui/oven_control/keepwarmpopup.cpp
... ... @@ -67,9 +67,9 @@ void KeepWarmPopup::onEncoderRight()
67 67  
68 68 }
69 69  
70   -void KeepWarmPopup::onEncoderClicked(QWidget *clicked)
  70 +void KeepWarmPopup::onEncoderClicked(QWidget */*clicked*/)
71 71 {
72   -
  72 + close();
73 73 }
74 74  
75 75 void KeepWarmPopup::updateView()
... ...