keepassxreboot / keepassxc

KeePassXC is a cross-platform community-driven port of the Windows application “Keepass Password Safe”.
https://keepassxc.org/
Other
20.03k stars 1.42k forks source link

Fix a couple more Qt 5.15 deprecation warnings #10953

Closed c4rlo closed 1 week ago

c4rlo commented 1 week ago

Addendum to #7783. Needed due to commits made subsequently to the most recent update to that PR.

To prevent future regressions, I would suggest building with -DWITH_DEV_BUILD=ON (ideally against Qt 5.15) during CI.

Testing strategy

Compiles successfully with -DWITH_DEV_BUILD=ON.

Unit tests pass successfully.

Type of change

droidmonkey commented 1 week ago

dang missed those