forked from qt-creator/qt-creator
Dumper: Fix handling of namespaced Qt
Change-Id: I5fae8dd0051596e3fb13cce32f282f3442adc8c0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1207,7 +1207,7 @@ def qdump__QObjectPrivate__ConnectionList(d, value):
|
||||
with Children(d):
|
||||
first, last = value.split('pp')
|
||||
currentConnection = first
|
||||
connectionType = d.createType('QObjectPrivate::Connection')
|
||||
connectionType = d.createType('@QObjectPrivate::Connection')
|
||||
while currentConnection and currentConnection != last:
|
||||
sender, receiver, slotObj, nextConnectionList, nextp, prev = \
|
||||
d.split('pppppp', currentConnection)
|
||||
|
Reference in New Issue
Block a user