summaryrefslogtreecommitdiff
path: root/src/mtexturepixmapitem_p.h
diff options
context:
space:
mode:
authorKimmo Hämäläinen <kimmo.hamalainen@nokia.com>2010-10-25 17:39:40 +0300
committerKimmo Hämäläinen <kimmo.hamalainen@nokia.com>2010-10-25 17:48:11 +0300
commit0bc580a3ee518345e558198ce5ec2515d5063d86 (patch)
treeb50ab7f601a4cfa891e56065077126da3e69feb2 /src/mtexturepixmapitem_p.h
parentf9834501ac66de7969862a4a34efb36c4805bb00 (diff)
add MCompositeWindowShaderEffect::removeEffect() to allow fixing NB#192194
- fix accumulating signal connections to custom shaders
Diffstat (limited to 'src/mtexturepixmapitem_p.h')
-rw-r--r--src/mtexturepixmapitem_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mtexturepixmapitem_p.h b/src/mtexturepixmapitem_p.h
index af83966..c351b00 100644
--- a/src/mtexturepixmapitem_p.h
+++ b/src/mtexturepixmapitem_p.h
@@ -87,6 +87,7 @@ public:
MTexturePixmapItem *item;
QPointer<MCompositeWindowShaderEffect> current_effect;
+ const MCompositeWindowShaderEffect *prev_effect;
#ifdef GLES2_VERSION
static EglResourceManager *eglresource;