0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 12:22:16 +02:00

Fix compiler warnings

This commit is contained in:
Weslly 2017-03-29 16:44:01 -03:00 committed by Jonathan White
parent f183260ad6
commit b7546b45b3

View File

@ -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()