Skip to content

Commit 8627032

Browse files
committed
qt6.natvis: improve QSet
Show something, now that we have QHash working. Task-number: QTVSADDINBUG-991 Change-Id: I201ad7dffa52a7097c34448bf29cf50c8dfb4338 Reviewed-by: Miguel Costa <miguel.costa@qt.io>
1 parent 71e0e9e commit 8627032

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

QtMSBuild/QtMsBuild/qt6.natvis.xml

+7
Original file line numberDiff line numberDiff line change
@@ -602,4 +602,11 @@
602602
</Expand>
603603
</Type>
604604

605+
<Type Name="##NAMESPACE##::QSet&lt;*&gt;">
606+
<DisplayString>{{ size={q_hash.d-&gt;size} }}</DisplayString>
607+
<Expand>
608+
<ExpandedItem>q_hash</ExpandedItem>
609+
</Expand>
610+
</Type>
611+
605612
</AutoVisualizer>

QtVsTools.Package/qt6.natvis.xml

+7
Original file line numberDiff line numberDiff line change
@@ -602,4 +602,11 @@
602602
</Expand>
603603
</Type>
604604

605+
<Type Name="##NAMESPACE##::QSet&lt;*&gt;">
606+
<DisplayString>{{ size={q_hash.d-&gt;size} }}</DisplayString>
607+
<Expand>
608+
<ExpandedItem>q_hash</ExpandedItem>
609+
</Expand>
610+
</Type>
611+
605612
</AutoVisualizer>

0 commit comments

Comments
 (0)