summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@theqtcompany.com>2015-10-29 17:10:13 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2015-10-30 13:11:25 +0000
commit8a541a9df0ccde3c4505ec185603f2fdb3b0b44a (patch)
treec43d5fc9e019bcecf3808c42fbd72e98c072c195 /src
parent9c048d47a81fc93644006a3114675c7568eaf14d (diff)
Qt3DCore::QAbstractAttributePrivate: make an explicit private export
Change-Id: I2792a490c0c26eff12ed89a66dd926b5b61b5ff7 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/io/qabstractattribute_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/io/qabstractattribute_p.h b/src/core/io/qabstractattribute_p.h
index 88cc945e1..5c203e549 100644
--- a/src/core/io/qabstractattribute_p.h
+++ b/src/core/io/qabstractattribute_p.h
@@ -48,10 +48,10 @@
// We mean it.
//
-#include <Qt3DCore/qt3dcore_global.h>
#include <Qt3DCore/QAbstractAttribute>
#include <Qt3DCore/QAbstractBuffer>
#include <private/qnode_p.h>
+#include <private/qt3dcore_global_p.h>
QT_BEGIN_NAMESPACE
@@ -59,7 +59,7 @@ namespace Qt3DCore {
class QAbstractAttribute;
-class QT3DCORESHARED_EXPORT QAbstractAttributePrivate : public QNodePrivate
+class QT3DCORE_PRIVATE_EXPORT QAbstractAttributePrivate : public QNodePrivate
{
public:
Q_DECLARE_PUBLIC(QAbstractAttribute)