Silence compiler warning.

This commit is contained in:
Andrius Štikonas 2022-01-09 23:48:31 +00:00
parent d24f5cd2c1
commit 6f28900350
1 changed files with 2 additions and 0 deletions

View File

@ -152,6 +152,8 @@ void EditMountPointDialogWidget::setupRadio(const FstabEntry::Type entryType)
break;
case FstabEntry::Type::comment:
break;
default:
break;
}
}