tst_QApplication: Make sure the native style is being used
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Wed, 10 Oct 2012 10:46:37 +0000 (12:46 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 10 Oct 2012 11:03:00 +0000 (13:03 +0200)
commit571545590149fe9bb3cce308490d66ac2c3f1318
treeca272f3f97cfc8eaf8723b4a6d498cd9d7c8f192
parent9418be80ec0e8a2629ff9bbb4d1a1c6309aa763d
tst_QApplication: Make sure the native style is being used

The tst_QApplication::args() auto-test sets the style to windows style
but there is no way to reset the style back to the native one. This
makes tst_QApplication::focusChanged() fail on Mac in some cases,
since not all the styles respond the same way to tab vs. strong
focus changes.

Change-Id: I91e39c1dd0fad4d90f3a13ab50a5e9758922ac28
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
tests/auto/widgets/kernel/qapplication/tst_qapplication.cpp