mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 00:04:48 -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
|
|
@ -159,7 +159,7 @@ void TabMessage::showSystemPopup(const Event_UserMessage &event)
|
|||
void TabMessage::messageClicked()
|
||||
{
|
||||
tabSupervisor->setCurrentIndex(tabSupervisor->indexOf(this));
|
||||
QApplication::setActiveWindow(this);
|
||||
activateWindow();
|
||||
emit maximizeClient();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue