mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
qt 6.5 compatibility (#4796)
* remove metatypes definitions * deprecation of QApplication::setActiveWindow
This commit is contained in:
parent
1a40102f71
commit
421da882d8
7 changed files with 3 additions and 60 deletions
|
|
@ -155,7 +155,7 @@ void TabRoom::retranslateUi()
|
|||
|
||||
void TabRoom::focusTab()
|
||||
{
|
||||
QApplication::setActiveWindow(this);
|
||||
activateWindow();
|
||||
tabSupervisor->setCurrentIndex(tabSupervisor->indexOf(this));
|
||||
emit maximizeClient();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue