aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/context2d/qsgcanvasitem_p.h
diff options
context:
space:
mode:
authorCharles Yin <yinyunqiao@gmail.com>2011-09-15 22:17:28 +1000
committerQt by Nokia <qt-info@nokia.com>2011-09-16 03:51:55 +0200
commit4a5d31a56dfd871f3f7c5ce162885ebc870b8803 (patch)
tree892c565cfad25a703daa31aeb4f0f2ea307fb43a /src/declarative/items/context2d/qsgcanvasitem_p.h
parent8a8aa7d937b4ba98f457f91c14c0779392b3724c (diff)
update canvas item documentations
Change-Id: I66cc6550a7d8eb054c70b6f17fee05976e0a32c6 Reviewed-on: http://codereview.qt-project.org/5040 Reviewed-by: Charles Yin <charles.yin@nokia.com>
Diffstat (limited to 'src/declarative/items/context2d/qsgcanvasitem_p.h')
-rw-r--r--src/declarative/items/context2d/qsgcanvasitem_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/items/context2d/qsgcanvasitem_p.h b/src/declarative/items/context2d/qsgcanvasitem_p.h
index 565b894a7c..1dd4cea879 100644
--- a/src/declarative/items/context2d/qsgcanvasitem_p.h
+++ b/src/declarative/items/context2d/qsgcanvasitem_p.h
@@ -73,6 +73,7 @@ public:
enum ImageFilterMode {
Threshold,
+ Mono,
GrayScale,
Brightness,
Invert,
@@ -108,7 +109,6 @@ Q_SIGNALS:
void painted();
void canvasSizeChanged();
void tileSizeChanged();
- void viewpointChanged();
void threadRenderingChanged();
void textureChanged();
void canvasWindowChanged();