summaryrefslogtreecommitdiffstats
path: root/src/render/lights/qdirectionallight_p.h
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-10-29 18:18:52 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-10-30 13:12:20 +0000
commit8cc84ababbd325efd7aa86789b514b98c367d5b9 (patch)
tree86c021538cd6dc99be7348c0da085ca7fd6a077e /src/render/lights/qdirectionallight_p.h
parent25acad0d3d49be4a14214f0850d4bca6a50a2778 (diff)
Qt3DRender::QDirectionalLightPrivate: Remove unnecessary export
Change-Id: I3745428faf1b7bce3b02b23d91f663ed96d788c5 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/lights/qdirectionallight_p.h')
-rw-r--r--src/render/lights/qdirectionallight_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qdirectionallight_p.h b/src/render/lights/qdirectionallight_p.h
index 78bd65fa2..0798cf9fd 100644
--- a/src/render/lights/qdirectionallight_p.h
+++ b/src/render/lights/qdirectionallight_p.h
@@ -56,7 +56,7 @@ namespace Qt3DRender {
class QDirectionalLight;
-class QT3DRENDERSHARED_EXPORT QDirectionalLightPrivate : QAbstractLightPrivate
+class QDirectionalLightPrivate : QAbstractLightPrivate
{
public:
QDirectionalLightPrivate();