summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/qmaterial_p.h
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-10-29 18:22:06 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-10-30 13:12:28 +0000
commit584bd3cdec6cbe2d9a3b8c17bc3b8d7ec3676325 (patch)
treef8abee5ec9f3a84ceb4a984d2985af80d510fecf /src/render/materialsystem/qmaterial_p.h
parent2cd952b0f91b8cb8a36d16b11b50acdc108c14c8 (diff)
Qt3DRender::QMaterialPrivate: Remove unnecessary export
Change-Id: I4ba852cb7129fca5b945549e91d4868a26ff85bb Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/materialsystem/qmaterial_p.h')
-rw-r--r--src/render/materialsystem/qmaterial_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/render/materialsystem/qmaterial_p.h b/src/render/materialsystem/qmaterial_p.h
index 9f305b074..02bfd2b6d 100644
--- a/src/render/materialsystem/qmaterial_p.h
+++ b/src/render/materialsystem/qmaterial_p.h
@@ -49,7 +49,6 @@
//
#include <private/qcomponent_p.h>
-#include <Qt3DRender/qt3drender_global.h>
QT_BEGIN_NAMESPACE
@@ -58,7 +57,7 @@ namespace Qt3DRender {
class QParameter;
class QEffect;
-class QT3DRENDERSHARED_EXPORT QMaterialPrivate : public Qt3DCore::QComponentPrivate
+class QMaterialPrivate : public Qt3DCore::QComponentPrivate
{
public:
QMaterialPrivate();