diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2010-02-24 11:08:35 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond@trolltech.com> | 2010-02-24 11:09:02 (GMT) |
commit | f1996bede8bcc2f6f5b179102a10ff7974ed8846 (patch) | |
tree | fd84e8dfe22aa05c14ad83ea0954528dbabf0424 /tests | |
parent | 063d95a4aa4bf5f3e1373121df743c39d4aa5326 (diff) | |
download | Qt-f1996bede8bcc2f6f5b179102a10ff7974ed8846.zip Qt-f1996bede8bcc2f6f5b179102a10ff7974ed8846.tar.gz Qt-f1996bede8bcc2f6f5b179102a10ff7974ed8846.tar.bz2 |
Fixed a warning.
Reviewed-by: Trust Me
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qgl/tst_qgl.cpp | 2 |
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); |