qt 6.5 compatibility (#4796)

* remove metatypes definitions

* deprecation of QApplication::setActiveWindow
This commit is contained in:
ebbit1q 2023-04-30 05:09:26 +02:00 committed by GitHub
parent 1a40102f71
commit 421da882d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 3 additions and 60 deletions

View file

@ -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();
}