aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/context.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/context.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/context.h b/src/plugins/scenegraph/softwarecontext/context.h
index fc38e7d7e0..92a0f31d8a 100644
--- a/src/plugins/scenegraph/softwarecontext/context.h
+++ b/src/plugins/scenegraph/softwarecontext/context.h
@@ -66,6 +66,8 @@ public:
virtual void render();
void render(QPixmap *target);
+
+ QRect m_projectionRect;
};
class RenderContext : public QSGRenderContext