aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-08-08 12:10:11 +0200
committerLars Knoll <lars.knoll@digia.com>2014-08-08 15:57:43 +0300
commit5fd71e9bd83935c907eb5ad8ffc270ae42ff05ae (patch)
tree157c16eb86aebc381584c2849e97ed99ec0d5807 /softwarecontext/context.h
parentd6ceb224da997b9afad3d899a6af62c54e5a443f (diff)
Adapt to new visitor pattern for rendering
Change-Id: I32b5d748a5cadcb88511f401924d3b3635275881 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'softwarecontext/context.h')
-rw-r--r--softwarecontext/context.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/softwarecontext/context.h b/softwarecontext/context.h
index 0eb51ba9cd..b2d478d70a 100644
--- a/softwarecontext/context.h
+++ b/softwarecontext/context.h
@@ -45,6 +45,7 @@
#include <private/qsgcontext_p.h>
#include <private/qsgrenderer_p.h>
+#include <private/qsgadaptationlayer_p.h>
#include <QtCore/QElapsedTimer>
#include <QtGui/QOpenGLShaderProgram>
#include <QtGui/QBackingStore>
@@ -62,8 +63,6 @@ public:
virtual void render();
private:
- void renderNode(QPainter *painter, QSGNode *node);
-
QScopedPointer<QBackingStore> backingStore;
};