summaryrefslogtreecommitdiffstats
path: root/src/render/lights
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-10-29 18:20:11 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-10-30 13:12:24 +0000
commit828e134c04de99569774d9bbc016417198c9dac1 (patch)
treec6da1df7b75d043ffbb32e65eabf93acd3f252bd /src/render/lights
parent0c964acaa64494c35c9c439f0c18c4909925adec (diff)
Qt3DRender::QSpotLightPrivate: Remove unnecessary export
Change-Id: I3ce754dfc713b328e047e8fecb284f1adff68e0e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/lights')
-rw-r--r--src/render/lights/qspotlight_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/lights/qspotlight_p.h b/src/render/lights/qspotlight_p.h
index d806a0539..05f916083 100644
--- a/src/render/lights/qspotlight_p.h
+++ b/src/render/lights/qspotlight_p.h
@@ -54,7 +54,7 @@ QT_BEGIN_NAMESPACE
namespace Qt3DRender {
-class QT3DRENDERSHARED_EXPORT QSpotLightPrivate : public QAbstractLightPrivate
+class QSpotLightPrivate : public QAbstractLightPrivate
{
public:
QSpotLightPrivate();