forked from qt-creator/qt-creator
Debugger: Improve some libc++ dumper.
Change-Id: I18f2ad9e46c88302d523b879558f65b4a86b0e2c Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user