diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-09 15:56:38 (GMT) |
---|---|---|
committer | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-12-09 15:56:38 (GMT) |
commit | 346d3618bad19714b41ad45715cdef9488ce8969 (patch) | |
tree | e387efc737ef26946b86763f6e2ef8b22d645ee7 /tests/auto | |
parent | 5c8afa87bcb975681b42529456335583df314ff5 (diff) | |
parent | 16e324adfad0775e37c9fe2800d5fa8b89a80a64 (diff) | |
download | Qt-346d3618bad19714b41ad45715cdef9488ce8969.zip Qt-346d3618bad19714b41ad45715cdef9488ce8969.tar.gz Qt-346d3618bad19714b41ad45715cdef9488ce8969.tar.bz2 |
Merge branch 'berlin-staging-2' into 4.6
Diffstat (limited to 'tests/auto')
-rw-r--r-- | tests/auto/qgraphicslinearlayout/tst_qgraphicslinearlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgraphicslinearlayout/tst_qgraphicslinearlayout.cpp b/tests/auto/qgraphicslinearlayout/tst_qgraphicslinearlayout.cpp index d3087dc..ab110e6 100644 --- a/tests/auto/qgraphicslinearlayout/tst_qgraphicslinearlayout.cpp +++ b/tests/auto/qgraphicslinearlayout/tst_qgraphicslinearlayout.cpp @@ -146,7 +146,7 @@ void tst_QGraphicsLinearLayout::initTestCase() { // since the style will influence the results, we have to ensure // that the tests are run using the same style on all platforms -#ifdef Q_WS_S60 +#if defined( Q_WS_S60 )|| defined (Q_WS_WINCE) QApplication::setStyle(new QWindowsStyle); #else QApplication::setStyle(new QPlastiqueStyle); |