Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a couple more Qt 5.15 deprecation warnings #10953

Merged
merged 2 commits into from
Jun 22, 2024

Conversation

c4rlo
Copy link
Contributor

@c4rlo c4rlo commented Jun 22, 2024

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

  • ✅ Refactor (significant modification to existing code)

Addendum to 32ac59e post keepassxreboot#7783 merge
(needed due to subsequent commits).
Similar to 7458712 from keepassxreboot#7783 (needed
due to subsequent commits).
@droidmonkey
Copy link
Member

dang missed those

@droidmonkey droidmonkey merged commit 198889c into keepassxreboot:develop Jun 22, 2024
11 checks passed
pull bot pushed a commit to tigerwill90/keepassxc that referenced this pull request Jun 23, 2024
* More {QString->Qt}::SkipEmptyParts
* QProcess::start: non-deprecated overload
BryanJacobs added a commit to BryanJacobs/keepassxc that referenced this pull request Jul 26, 2024
* upstream/develop: (57 commits)
  Fix typos in tooltips from EditEntryWidgetBrowser.ui
  Refactor: separate GUI sources from core sources
  Database key settings: fix UI bug
  tests: gui: Fix NULL dereference in GUI tests
  Docs: explain how to generate passwords with the browser extension (keepassxreboot#9242)
  Fix a couple more Qt 5.15 deprecation warnings (keepassxreboot#10953)
  Update URLs to Chrome Web Store page for `KeePassXC-Browser` extension
  Update browser extension icon states in documentation (keepassxreboot#10875)
  Fix сentering icon and text on buttons
  Fix backup file path substitution
  Verify USB listener callback handle
  Refactor Database Settings (keepassxreboot#9485)
  Fix all Qt 5.15 deprecation warnings (keepassxreboot#7783)
  Passkey importer: fix file picker parent
  Require Qt >= 5.12
  Passkeys: Fix showing correct username in the reports
  Show character count in password generator dialog (keepassxreboot#10940)
  Increase the time interval for window show workaround
  Snap: Remove $HOME access from keepassxc-proxy
  Correct libusb usage on FreeBSD (keepassxreboot#10736)
  ...

# Conflicts:
#	src/CMakeLists.txt
#	src/core/Database.cpp
#	src/core/Database.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants