diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-26 15:00:12 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2009-08-26 15:01:10 (GMT) |
commit | ca57a8122970ed408f50fed05f77d3a973676165 (patch) | |
tree | e91319b30b72a58fc0f61529d1b1d1f5e2e0001d /src/gui/effects/qgraphicseffect.cpp | |
parent | 98f62f60605bec8ba152e56dd32308e9a5afb5c4 (diff) | |
download | Qt-ca57a8122970ed408f50fed05f77d3a973676165.zip Qt-ca57a8122970ed408f50fed05f77d3a973676165.tar.gz Qt-ca57a8122970ed408f50fed05f77d3a973676165.tar.bz2 |
doc: Misspelled class names.
Diffstat (limited to 'src/gui/effects/qgraphicseffect.cpp')
-rw-r--r-- | src/gui/effects/qgraphicseffect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/effects/qgraphicseffect.cpp b/src/gui/effects/qgraphicseffect.cpp index 0289914..f620878 100644 --- a/src/gui/effects/qgraphicseffect.cpp +++ b/src/gui/effects/qgraphicseffect.cpp @@ -61,13 +61,13 @@ Qt provides the following standard effects: \list - \o QGraphicsGrayScaleEffect - renders the item in shades of gray + \o QGraphicsGrayscaleEffect - renders the item in shades of gray \o QGraphicsColorizeEffect - renders the item in shades of any given color \o QGraphicsPixelizeEffect - pixelizes the item with any pixel size \o QGraphicsBlurEffect - blurs the item by a given radius \o QGraphicsDropShadowEffect - renders a dropshadow behind the item \o QGraphicsOpacityEffect - renders the item with an opacity - \o QGrahicsShaderEffect - renders the item with a pixel shader fragment + \o QGraphicsShaderEffect - renders the item with a pixel shader fragment \endlist |