-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.8.2, 5.0.0 Beta 1
-
None
-
320c4e31e124f99601399d00935362b587c77510 9dba7627557364c3498809e775ab79bc6f0c3158
QContiguousCache crashes because of division by zero on insert if cache has no capacity set.
Sample code
QContiguousCache<QImage> cache; cache.insert(1, QImage());