summaryrefslogtreecommitdiffstats
path: root/src/core/io/qabstractattribute_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/io/qabstractattribute_p.h')
-rw-r--r--src/core/io/qabstractattribute_p.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/io/qabstractattribute_p.h b/src/core/io/qabstractattribute_p.h
index 947dd2703..526a8d81d 100644
--- a/src/core/io/qabstractattribute_p.h
+++ b/src/core/io/qabstractattribute_p.h
@@ -43,7 +43,6 @@ QT_BEGIN_NAMESPACE
namespace Qt3D {
-class QAbstractAttribute;
class QAbstractBuffer;
typedef QSharedPointer<QAbstractBuffer> QAbstractBufferPtr;
@@ -51,10 +50,8 @@ typedef QSharedPointer<QAbstractBuffer> QAbstractBufferPtr;
class QT3DCORESHARED_EXPORT QAbstractAttributePrivate
{
public:
- QAbstractAttributePrivate(QAbstractAttribute *qq);
+ QAbstractAttributePrivate();
- Q_DECLARE_PUBLIC(QAbstractAttribute)
- QAbstractAttribute *q_ptr;
int m_type;
uint m_count;
uint m_stride;