diff options
author | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-10-23 13:13:28 (GMT) |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> | 2009-10-23 13:13:28 (GMT) |
commit | ed7d58f6668be4ffb5f915722dee81c864f74844 (patch) | |
tree | 4bc5b69f0b78b08e64c38dfb0f8db9199aab0b24 /src/declarative | |
parent | ec834979127882180398fe837fcf6a4a51d08cae (diff) | |
download | Qt-ed7d58f6668be4ffb5f915722dee81c864f74844.zip Qt-ed7d58f6668be4ffb5f915722dee81c864f74844.tar.gz Qt-ed7d58f6668be4ffb5f915722dee81c864f74844.tar.bz2 |
doc: Removed two "are" too many
Diffstat (limited to 'src/declarative')
-rw-r--r-- | src/declarative/fx/qfxpainteditem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxpainteditem.cpp b/src/declarative/fx/qfxpainteditem.cpp index ac3de5e..05fcc93 100644 --- a/src/declarative/fx/qfxpainteditem.cpp +++ b/src/declarative/fx/qfxpainteditem.cpp @@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE \ingroup group_coreitems This is a convenience class for implementing items that paint their contents - using a QPainter. The contents of the item are are cached behind the scenes. + using a QPainter. The contents of the item are cached behind the scenes. The dirtyCache() function should be called if the contents change to ensure the cache is refreshed the next time painting occurs. |