summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/windowsmobile/test/tst_windowsmobile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/windowsmobile/test/tst_windowsmobile.cpp')
-rw-r--r--tests/auto/other/windowsmobile/test/tst_windowsmobile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/windowsmobile/test/tst_windowsmobile.cpp b/tests/auto/other/windowsmobile/test/tst_windowsmobile.cpp
index 5bcaaf5543..68db218164 100644
--- a/tests/auto/other/windowsmobile/test/tst_windowsmobile.cpp
+++ b/tests/auto/other/windowsmobile/test/tst_windowsmobile.cpp
@@ -133,7 +133,7 @@ void compareScreenshots(const QString &image1, const QString &image2)
QPainter p1(&screenShot);
QPainter p2(&original);
- //screenShot.save("scr1.png", "PNG");
+ //screenShot.save("scr1.png", "PNG");
p1.fillRect(0, 0, desktopFrameRect.width(), desktopClientRect.y(), Qt::black);
p2.fillRect(0, 0, desktopFrameRect.width(), desktopClientRect.y(), Qt::black);