Debugger: Improve some libc++ dumper.

Change-Id: I18f2ad9e46c88302d523b879558f65b4a86b0e2c
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2014-01-14 18:24:55 +01:00
parent be8a5213ba
commit ef4e417b0c
2 changed files with 38 additions and 31 deletions

View File

@@ -193,7 +193,7 @@ class PairedChildrenData:
self.keyIsQString = str(self.keyType) == ns + "QString"
self.keyIsQByteArray = str(self.keyType) == ns + "QByteArray"
class PairedChildren:
class PairedChildren(Children):
def __init__(self, d, numChild, pairType, maxNumChild = None):
self.d = d
d.pairData = PairedChildrenData(d, pairType)