aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.h
diff options
context:
space:
mode:
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;
};