diff options
author | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-10-12 13:53:46 (GMT) |
---|---|---|
committer | Trond Kjernåsen <trond.kjernasen@nokia.com> | 2010-10-12 13:53:46 (GMT) |
commit | 267bee03092c316860ad9f4025c2f527c82b10d7 (patch) | |
tree | 7722009b7ef351caa926220e4048591dbd7ed374 /tests/arthur/common/paintcommands.cpp | |
parent | 76e1b6a93a36080e39c3d1e7cb1e754aa0131999 (diff) | |
parent | ac19a3409253f5f74984624b99268212ba74c086 (diff) | |
download | Qt-267bee03092c316860ad9f4025c2f527c82b10d7.zip Qt-267bee03092c316860ad9f4025c2f527c82b10d7.tar.gz Qt-267bee03092c316860ad9f4025c2f527c82b10d7.tar.bz2 |
Merge branch 'master' of ../qt-stg2-master into lancelot
Diffstat (limited to 'tests/arthur/common/paintcommands.cpp')
-rw-r--r-- | tests/arthur/common/paintcommands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/arthur/common/paintcommands.cpp b/tests/arthur/common/paintcommands.cpp index a86b30a..dc1b008 100644 --- a/tests/arthur/common/paintcommands.cpp +++ b/tests/arthur/common/paintcommands.cpp @@ -734,7 +734,7 @@ void PaintCommands::runCommands() QPainter pt(&pm); pt.fillRect(0, 0, 10, 10, QColor::fromRgba(0xffdfdfdf)); pt.fillRect(10, 10, 10, 10, QColor::fromRgba(0xffdfdfdf)); - + pt.end(); m_painter->drawTiledPixmap(0, 0, width, height, pm); } else { m_painter->fillRect(0, 0, width, height, Qt::white); |