forked from qt-creator/qt-creator
Dumper: Fix typo
Change-Id: I3f9e9b2b38d4a8af68a6d79bf3c63572ca160db8 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -3041,7 +3041,7 @@ class DumperBase:
|
||||
innerType.code = TypeCodeArray
|
||||
return innerType
|
||||
|
||||
strippedType = self.stripTypdefs()
|
||||
strippedType = self.stripTypedefs()
|
||||
if strippedType.name != self.name:
|
||||
return strippedType.target()
|
||||
error("DONT KNOW TARGET FOR: %s" % self)
|
||||
|
Reference in New Issue
Block a user