Add default to switch

This commit is contained in:
Jonas Kvinge
2024-06-12 17:41:17 +02:00
parent 7b43a94055
commit 05358cdfe4
7 changed files with 34 additions and 9 deletions

View File

@@ -300,6 +300,8 @@ void FileView::keyPressEvent(QKeyEvent *e) {
case Qt::Key_Return:
ItemDoubleClick(ui_->list->currentIndex());
break;
default:
break;
}
QWidget::keyPressEvent(e);