aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgdefaultcontext_p.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2016-07-04 11:39:16 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2016-07-05 08:16:06 +0000
commitdcafea9111eab7dd16760c8cf91b3872c06008d7 (patch)
treef0942f9996928eeeaf9526fd3b82116017292066 /src/quick/scenegraph/qsgdefaultcontext_p.h
parent8c745d808527684836d04da9014ee33c7cf8b6f1 (diff)
Export the OpenGL context and rendercontext
Because traditional context plugins (see scenegraph-playground) may want to subclass these instead of the generic base interfaces with no ready-made OpenGL functionality. Change-Id: Idfd66e132f386aecdcd6e980605332abd45411ce Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'src/quick/scenegraph/qsgdefaultcontext_p.h')
-rw-r--r--src/quick/scenegraph/qsgdefaultcontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/qsgdefaultcontext_p.h b/src/quick/scenegraph/qsgdefaultcontext_p.h
index 63c817cc7b..908934d28c 100644
--- a/src/quick/scenegraph/qsgdefaultcontext_p.h
+++ b/src/quick/scenegraph/qsgdefaultcontext_p.h
@@ -57,7 +57,7 @@
QT_BEGIN_NAMESPACE
-class QSGDefaultContext : public QSGContext, public QSGRendererInterface
+class Q_QUICK_PRIVATE_EXPORT QSGDefaultContext : public QSGContext, public QSGRendererInterface
{
public:
QSGDefaultContext(QObject *parent = 0);