Deprecate the qWaitForWindowShown(QWindow *) method.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Fri, 20 Jul 2012 10:49:12 +0000 (12:49 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 25 Jul 2012 05:24:49 +0000 (07:24 +0200)
commit4677cf3d014d9b25c3516dd0e07a1a3fcd8af8e9
treed2e8f109b850c13346c85b6e3dca0077530ac45b
parenta4cd6ef25df6a2a99626a0e97bfc239f68e7771f
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>
src/testlib/qtestsystem.h
tests/auto/gui/kernel/qguiapplication/tst_qguiapplication.cpp
tests/auto/gui/kernel/qinputmethod/tst_qinputmethod.cpp
tests/auto/gui/kernel/qtouchevent/tst_qtouchevent.cpp
tests/auto/gui/kernel/qwindow/tst_qwindow.cpp
tests/auto/widgets/graphicsview/qgraphicsscene/tst_qgraphicsscene.cpp
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp