tst_QMdiArea::changeWindowTitle() remove setActiveWindow()

2f6fe3a26843ff68c5d3f9af0a2fc3cce6caac22 has made calls to
QApplicationPrivate::setActiveWindow() redundant.

Remove redundant calls.

Task-number: QTBUG-121488
Change-Id: I22c7b573a4a9dc78047d2d6354591d7cea92cb23
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
This commit is contained in:
Frédéric Lefebvre 2024-02-09 14:49:27 +01:00
parent aa8d720ea9
commit 5e73f9a73c

View File

@ -659,7 +659,6 @@ void tst_QMdiArea::changeWindowTitle()
#endif
mw->show();
QApplicationPrivate::setActiveWindow(mw);
#ifdef USE_SHOW
mw->showFullScreen();