mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-30 00:03:33 -05:00
0650b3084e
Ignoring closeEvent signals that the application doesn't want the widget to be closed. This may cause unwanted shutdown interruption. There's no difference between close() and hide() unless WA_DeleteOnClose is set, so it's better to just accept the event if we're hiding the window afterwards anyway. Resolves #856