summaryrefslogtreecommitdiffstats
path: root/src/graphicsitems/qximage_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphicsitems/qximage_p_p.h')
-rw-r--r--src/graphicsitems/qximage_p_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/graphicsitems/qximage_p_p.h b/src/graphicsitems/qximage_p_p.h
index 34783f3..07d0154 100644
--- a/src/graphicsitems/qximage_p_p.h
+++ b/src/graphicsitems/qximage_p_p.h
@@ -75,7 +75,8 @@ public:
void update();
void updateOpacity();
bool pixmapDirty;
- PixmapNodeInterface *node;
+ TextureNodeInterface *node;
+ TextureReference *texture;
};
#endif // QXIMAGE_P_H