Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
Qt Creator 4.15.0-beta1
Description
The debug visualizer for QHash shows, after the hash has been destructed, that it is "<not accessible>" which is correct. But it also shows it having one element, it shows a "[0]", which should not be the case.
Actual behavior: See screenshot, "[0]" is shown.
Expected behavior: No items are visualized for a hash which is "<not accessible>".