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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/resources/qframeallocator_p_p.h b/src/core/resources/qframeallocator_p_p.h
index 3e6cdf4d8..2dea2dc23 100644
--- a/src/core/resources/qframeallocator_p_p.h
+++ b/src/core/resources/qframeallocator_p_p.h
@@ -93,6 +93,9 @@ public:
inline uint blockSize() const { return m_blockSize; }
private:
+ QFrameChunk &scan();
+
+private:
uint m_blockSize;
uchar m_nbrBlock;
QVector<QFrameChunk> m_chunks;