Commit d29ed9457af3a07a1ea85a00e72d13b442cc4c29

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

컴파일 경고 제거

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
app/gui/oven_control/configpanelbutton.cpp
... ... @@ -132,6 +132,8 @@ void ConfigPanelButton::focusInEvent(QFocusEvent *event)
132 132 case Qt::BacktabFocusReason:
133 133 ui->favoriteButton->setFocus();
134 134 break;
  135 + default:
  136 + break;
135 137 }
136 138 }
137 139  
... ...