Debugger: Create list of arguments for manually created template types

This is one of the roadblocks for the current failing Qt 6 QVariant
dumper for self-registered types.

Change-Id: I304ce8e8aa3dfc5b3694b65198fbac4f42de6d4b
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2020-12-03 15:23:49 +01:00
parent d861778ff1
commit 5ca4427bb7
+1
View File
@@ -3852,6 +3852,7 @@ class DumperBase():
tdata = self.TypeData(self)
tdata.name = typish
tdata.typeId = typish
tdata.templateArguments = self.listTemplateParameters(typish)
if size is not None:
tdata.lbitsize = 8 * size