Skip to content

Conversation

@jcfr
Copy link
Member

@jcfr jcfr commented Nov 9, 2025

  • For Qt >= 6.5, replace deprecated QApplication::setActiveWindow() with activateWindow() on the relevant widget, as recommended by Qt.
  • Keep QApplication::setActiveWindow() for Qt 5.x / Qt < 6.5 to preserve existing behavior

Follow-up of similar changes integrated in the following pull request:

- For Qt >= 6.5, replace deprecated QApplication::setActiveWindow()
  with activateWindow() on the relevant widget, as recommended by Qt.
- Keep QApplication::setActiveWindow() for Qt 5.x / Qt < 6.5 to preserve
  existing behavior
@jcfr jcfr merged commit 2641a12 into commontk:master Nov 9, 2025
3 checks passed
@jcfr jcfr deleted the update-qt6-5-window-activation branch November 9, 2025 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant