fix window activation in tst_qmdiArea::subWindowActivated2
authorJoerg Bornemann <joerg.bornemann@nokia.com>
Tue, 31 Jul 2012 11:14:49 +0000 (13:14 +0200)
committerQt by Nokia <qt-info@nokia.com>
Tue, 31 Jul 2012 18:25:59 +0000 (20:25 +0200)
commit0d8795fcb45411809dce3de5918e5d3125411b14
treefa813513a3867b79c42480f3055a4a97f57ce0ee
parent5b49793d8048b51e3f671eb7c390a08999323876
fix window activation in tst_qmdiArea::subWindowActivated2

QApplication::setActiveWindow doesn't activate the native window but
marks the widget as active inside Qt.
We need to use QWidget::activateWindow instead. See docs.

Also moved the activation call further down because on Windows a
minimized window cannot be activated using the activation-by-focus
fake we're currently using.

Change-Id: I752f6ada1f463931fa9cfb3c35f42dbec0207bfa
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
tests/auto/widgets/widgets/qmdiarea/tst_qmdiarea.cpp