forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user