summaryrefslogtreecommitdiffstats
path: root/src/core/resources/qframeallocator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resources/qframeallocator_p.h')
-rw-r--r--src/core/resources/qframeallocator_p.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/resources/qframeallocator_p.h b/src/core/resources/qframeallocator_p.h
index dbf68ea63..990066138 100644
--- a/src/core/resources/qframeallocator_p.h
+++ b/src/core/resources/qframeallocator_p.h
@@ -91,7 +91,7 @@ private:
class QFrameAllocatorPrivate
{
public:
- QFrameAllocatorPrivate(QFrameAllocator *qq);
+ QFrameAllocatorPrivate();
inline void *allocateAtChunk(uint allocatorIndex)
{
@@ -108,9 +108,6 @@ public:
return (targetSize + m_alignment - 1) / m_alignment - 1;
}
- Q_DECLARE_PUBLIC(QFrameAllocator)
- QFrameAllocator *q_ptr;
-
uint m_maxObjectSize;
uint m_alignment;
QVector<QFixedFrameAllocator> m_allocatorPool;