mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 23:09:44 -05:00
Fix compiler warnings
This commit is contained in:
parent
f183260ad6
commit
b7546b45b3
@ -84,6 +84,8 @@ bool Service::isDatabaseOpened() const
|
||||
case DatabaseWidget::ViewMode:
|
||||
case DatabaseWidget::EditMode:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
@ -101,6 +103,8 @@ bool Service::openDatabase()
|
||||
case DatabaseWidget::ViewMode:
|
||||
case DatabaseWidget::EditMode:
|
||||
return true;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
//if (HttpSettings::showNotification()
|
||||
|
Loading…
Reference in New Issue
Block a user