summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJani Hautakangas <jani.hautakangas@nokia.com>2011-01-28 13:12:47 +0200
committerJason McDonald <jason.mcdonald@nokia.com>2011-02-22 01:08:16 +1000
commit0828c69ad805406568f6eef2bffbbd54b04dea41 (patch)
treea96ee65a5d9b7c86564d9736e815121bf47f77e2
parent7cd7785deb5d2cccaa712699c1dda1980a5983e5 (diff)
Fix typo in qglthreads auto test.v4.7.2
Reviewed-by: TRUSTME (cherry picked from commit 97503dfd7fad9c8023b2f9632e6ef865ccd0cad8)
-rw-r--r--tests/auto/qglthreads/tst_qglthreads.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qglthreads/tst_qglthreads.cpp b/tests/auto/qglthreads/tst_qglthreads.cpp
index ffbb300ada..9ee7309505 100644
--- a/tests/auto/qglthreads/tst_qglthreads.cpp
+++ b/tests/auto/qglthreads/tst_qglthreads.cpp
@@ -216,7 +216,7 @@ public:
// That's why we create only small textures.
width = 50;
height = 20;
-#else
+#endif
QImage image(width, height, QImage::Format_RGB32);
QPainter p(&image);
p.fillRect(image.rect(), QColor(rand() % 256, rand() % 256, rand() % 256));