qt5base-lts/tests/auto/widgets
Friedemann Kleint 4677cf3d01 Deprecate the qWaitForWindowShown(QWindow *) method.
While the qWaitForWindowShown(QWidget *) is inherited
from Qt 4.8, the qWaitForWindowShown(QWindow *) was introduced
in Qt 5. As it is identical to qWaitForWindowExposed()
and removed already, it can be deprecated in Qt 5.

Remove its usages in qtbase.

Change-Id: I28788d120ad687a49f02b2b44de6b38a2832fe5c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2012-07-25 07:24:49 +02:00
..
dialogs Remove usage of deprecated qWaitForWindowShown in dialog tests. 2012-07-24 00:08:28 +02:00
effects Implement waitForWindowExposed and friends for widget windows. 2012-07-20 09:27:28 +02:00
graphicsview Deprecate the qWaitForWindowShown(QWindow *) method. 2012-07-25 07:24:49 +02:00
itemviews Implement waitForWindowExposed and friends for widget windows. 2012-07-20 09:27:28 +02:00
kernel Deprecate the qWaitForWindowShown(QWindow *) method. 2012-07-25 07:24:49 +02:00
styles Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab(). 2012-07-20 16:47:11 +02:00
util Implement waitForWindowExposed and friends for widget windows. 2012-07-20 09:27:28 +02:00
widgets Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab(). 2012-07-20 16:47:11 +02:00
widgets.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00