diff options
author | ninerider <qt-info@nokia.com> | 2009-10-06 08:21:57 (GMT) |
---|---|---|
committer | ninerider <qt-info@nokia.com> | 2009-10-06 08:21:57 (GMT) |
commit | 1015ee9016f3a46bb05077a9eff83c8736b2541e (patch) | |
tree | f946ce1130d3e9fcd24bffb06de3ea0ecfc6ca24 /tests/auto/qwidget/tst_qwidget.cpp | |
parent | b1c5547c5682e57b746e3bc8ac616ebbd23c12b8 (diff) | |
download | Qt-1015ee9016f3a46bb05077a9eff83c8736b2541e.zip Qt-1015ee9016f3a46bb05077a9eff83c8736b2541e.tar.gz Qt-1015ee9016f3a46bb05077a9eff83c8736b2541e.tar.bz2 |
Skipped enter/leave test for Windows CE
Currently Windows has no proper cursor support.
Reviewed-by: Thomas Hartmann
Diffstat (limited to 'tests/auto/qwidget/tst_qwidget.cpp')
-rw-r--r-- | tests/auto/qwidget/tst_qwidget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qwidget/tst_qwidget.cpp b/tests/auto/qwidget/tst_qwidget.cpp index 92658a6..1b21527 100644 --- a/tests/auto/qwidget/tst_qwidget.cpp +++ b/tests/auto/qwidget/tst_qwidget.cpp @@ -8990,6 +8990,9 @@ void tst_QWidget::syntheticEnterLeave() void tst_QWidget::taskQTBUG_4055_sendSyntheticEnterLeave() { +#ifdef Q_OS_WINCE_WM + QSKIP("Windows Mobile has no proper cursor support", SkipAll); +#endif class SELParent : public QWidget { public: |