diff options
author | Gunnar Sletta <gunnar@trolltech.com> | 2009-12-14 13:31:24 (GMT) |
---|---|---|
committer | Gunnar Sletta <gunnar@trolltech.com> | 2010-01-04 08:49:10 (GMT) |
commit | 1a1f781e7f6be2e62be91b082ee798b8854ad920 (patch) | |
tree | 0fe64186d1320a49ed2848e99575b56d9a91acc8 /src/gui | |
parent | cdebdfc7964df6b19f8bd520335a8645c1a125e6 (diff) | |
download | Qt-1a1f781e7f6be2e62be91b082ee798b8854ad920.zip Qt-1a1f781e7f6be2e62be91b082ee798b8854ad920.tar.gz Qt-1a1f781e7f6be2e62be91b082ee798b8854ad920.tar.bz2 |
fixed typo in qpainter docs
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/painting/qpainter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/painting/qpainter.cpp b/src/gui/painting/qpainter.cpp index 8ed126f..fd67f96 100644 --- a/src/gui/painting/qpainter.cpp +++ b/src/gui/painting/qpainter.cpp @@ -1329,7 +1329,7 @@ void QPainterPrivate::updateState(QPainterState *newState) of composition modes, brushes, clipping, transformation, etc, is close to an impossible task because of the number of permutations. As a compromise we have selected a subset of the - QPainter API and backends, were performance is guaranteed to be as + QPainter API and backends, where performance is guaranteed to be as good as we can sensibly get it for the given combination of hardware and software. |