summaryrefslogtreecommitdiffstats
path: root/src/core/resources/qframeallocator_p_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/resources/qframeallocator_p_p.h')
-rw-r--r--src/core/resources/qframeallocator_p_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/resources/qframeallocator_p_p.h b/src/core/resources/qframeallocator_p_p.h
index daf204f22..bf4e0a2b1 100644
--- a/src/core/resources/qframeallocator_p_p.h
+++ b/src/core/resources/qframeallocator_p_p.h
@@ -101,7 +101,7 @@ private:
private:
uint m_blockSize;
uchar m_nbrBlock;
- QList<QFrameChunk> m_chunks;
+ QVector<QFrameChunk> m_chunks;
QFrameChunk *m_lastAllocatedChunck;
QFrameChunk *m_lastFreedChunck;
};
@@ -128,7 +128,7 @@ public:
uint m_maxObjectSize;
uint m_alignment;
- QList<QFixedFrameAllocator> m_allocatorPool;
+ QVector<QFixedFrameAllocator> m_allocatorPool;
};
} // Qt3D