summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorTrond Kjernåsen <trond@trolltech.com>2010-02-24 11:08:35 (GMT)
committerTrond Kjernåsen <trond@trolltech.com>2010-02-24 11:09:02 (GMT)
commitf1996bede8bcc2f6f5b179102a10ff7974ed8846 (patch)
treefd84e8dfe22aa05c14ad83ea0954528dbabf0424 /tests/auto
parent063d95a4aa4bf5f3e1373121df743c39d4aa5326 (diff)
downloadQt-f1996bede8bcc2f6f5b179102a10ff7974ed8846.zip
Qt-f1996bede8bcc2f6f5b179102a10ff7974ed8846.tar.gz
Qt-f1996bede8bcc2f6f5b179102a10ff7974ed8846.tar.bz2
Fixed a warning.
Reviewed-by: Trust Me
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qgl/tst_qgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qgl/tst_qgl.cpp b/tests/auto/qgl/tst_qgl.cpp
index 280c6c8..6ffe2a7 100644
--- a/tests/auto/qgl/tst_qgl.cpp
+++ b/tests/auto/qgl/tst_qgl.cpp
@@ -979,7 +979,7 @@ void tst_QGL::glWidgetWithAlpha()
}
-bool qt_opengl_draw_test_pattern(QPainter* painter, int width, int height)
+void qt_opengl_draw_test_pattern(QPainter* painter, int width, int height)
{
QPainterPath intersectingPath;
intersectingPath.moveTo(0, 0);