diff --git a/share/qtcreator/debugger/qttypes.py b/share/qtcreator/debugger/qttypes.py index 95217cf3b95..317b3d343ae 100644 --- a/share/qtcreator/debugger/qttypes.py +++ b/share/qtcreator/debugger/qttypes.py @@ -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)