Commit d29ed9457af3a07a1ea85a00e72d13b442cc4c29
1 parent
51175dd1aa
Exists in
master
and in
2 other branches
컴파일 경고 제거
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,6 +132,8 @@ void ConfigPanelButton::focusInEvent(QFocusEvent *event) | ||
132 | case Qt::BacktabFocusReason: | 132 | case Qt::BacktabFocusReason: |
133 | ui->favoriteButton->setFocus(); | 133 | ui->favoriteButton->setFocus(); |
134 | break; | 134 | break; |
135 | + default: | ||
136 | + break; | ||
135 | } | 137 | } |
136 | } | 138 | } |
137 | 139 |