summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-26 09:44:05 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-03 11:24:28 +0200
commitdbe4b45f9b5149f80f8292b61be68b4020a05b55 (patch)
tree69705aff124eff4d219ca80fec35695606c1fdd8 /tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
parent621e434ffeb7b43ee49a751def8a6eb79173f89b (diff)
Remove some dead code wrapped in Q_WS_QWS.
Change-Id: Ie1ee8c4af603b924abe40145041357981d174445 Reviewed-by: Paul Olav Tvete <paul.tvete@nokia.com>
Diffstat (limited to 'tests/auto/gui/image/qpixmap/tst_qpixmap.cpp')
-rw-r--r--tests/auto/gui/image/qpixmap/tst_qpixmap.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp b/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
index 6fe8727294..68354744a9 100644
--- a/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
+++ b/tests/auto/gui/image/qpixmap/tst_qpixmap.cpp
@@ -63,9 +63,6 @@
#include <windows.h>
#endif
-#ifdef Q_WS_QWS
-#include <qscreen_qws.h>
-#endif
Q_DECLARE_METATYPE(QImage::Format)