summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-10-29 18:23:47 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-10-30 13:12:33 +0000
commitdfabc76eb6d20620a57a41f35776c387044cd74a (patch)
tree809911a02dfa3163372363759cd04503087c9d83 /src/render/materialsystem
parent99722f3a8f575384736a4197c0f8cc221e9de672 (diff)
Qt3DRender::QTechniquePrivate: Remove unnecessary export
Change-Id: I05f33a158b48a4694a1097eade7bd36a8e44290b Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/materialsystem')
-rw-r--r--src/render/materialsystem/qtechnique_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/materialsystem/qtechnique_p.h b/src/render/materialsystem/qtechnique_p.h
index da92fe5c4..7ea92cad0 100644
--- a/src/render/materialsystem/qtechnique_p.h
+++ b/src/render/materialsystem/qtechnique_p.h
@@ -50,7 +50,6 @@
#include <private/qnode_p.h>
#include <Qt3DRender/qopenglfilter.h>
-#include <Qt3DRender/qt3drender_global.h>
QT_BEGIN_NAMESPACE
@@ -61,7 +60,7 @@ class QAnnotation;
class QParameter;
class QRenderPass;
-class QT3DRENDERSHARED_EXPORT QTechniquePrivate : public Qt3DCore::QNodePrivate
+class QTechniquePrivate : public Qt3DCore::QNodePrivate
{
public:
QTechniquePrivate();