Formatting

This commit is contained in:
Jonas Kvinge
2021-08-23 21:21:08 +02:00
parent ed7794f396
commit ea2bfbda44
111 changed files with 833 additions and 425 deletions

View File

@@ -144,8 +144,9 @@ void DeviceProperties::ModelChanged() {
if (!isVisible()) return;
if (!index_.isValid())
if (!index_.isValid()) {
reject(); // Device went away
}
else {
UpdateHardwareInfo();
UpdateFormats();