summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-10-29 17:22:12 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-10-30 13:11:34 +0000
commit4c43b0f8c55b2d77798dcbfb24a8830bada16c34 (patch)
treeaa1052a4813cafabbf45477ecf5b68fdc87da877 /src
parent6e7f2c631038d072a7d7c3e975f6da0d362ca14e (diff)
Qt3DCore::QComponentPrivate: make an explicit private export
Change-Id: Ifcd923dc0637d1029e2f86553c02eee4b5428896 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/nodes/qcomponent_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/nodes/qcomponent_p.h b/src/core/nodes/qcomponent_p.h
index 8f567c4b4..ead923c75 100644
--- a/src/core/nodes/qcomponent_p.h
+++ b/src/core/nodes/qcomponent_p.h
@@ -48,14 +48,14 @@
// We mean it.
//
-#include <Qt3DCore/qt3dcore_global.h>
#include <private/qnode_p.h>
+#include <private/qt3dcore_global_p.h>
QT_BEGIN_NAMESPACE
namespace Qt3DCore {
-class QT3DCORESHARED_EXPORT QComponentPrivate : public QNodePrivate
+class QT3DCORE_PRIVATE_EXPORT QComponentPrivate : public QNodePrivate
{
public:
QComponentPrivate();