summaryrefslogtreecommitdiffstats
path: root/src/gui/rhi/qrhi_p_p.h
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-09-28 13:19:52 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-09-29 21:24:38 +0200
commit848ed9644c5ddd4b761f7b5184658b6131027e7a (patch)
tree51d415a47f27ef618524b5def8da161ef42d7a44 /src/gui/rhi/qrhi_p_p.h
parent868866cecd57e671d1b2826b59d3fa1c872b214c (diff)
rhi: Drop QBitArray usage
Change-Id: I4ae92e6c8c91111a4593c51ee05443b3bc806c35 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/gui/rhi/qrhi_p_p.h')
-rw-r--r--src/gui/rhi/qrhi_p_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/rhi/qrhi_p_p.h b/src/gui/rhi/qrhi_p_p.h
index 51b3645b9d..3b68b5d078 100644
--- a/src/gui/rhi/qrhi_p_p.h
+++ b/src/gui/rhi/qrhi_p_p.h
@@ -227,7 +227,7 @@ private:
QThread *implThread;
QRhiProfiler profiler;
QVarLengthArray<QRhiResourceUpdateBatch *, 4> resUpdPool;
- QBitArray resUpdPoolMap;
+ quint64 resUpdPoolMap = 0;
int lastResUpdIdx = -1;
QSet<QRhiResource *> resources;
QSet<QRhiResource *> pendingDeleteResources;