forked from qt-creator/qt-creator
debugger: fix regression in QMap dumping introduced in 5bd1d2a0
This commit is contained in:
@@ -3480,6 +3480,7 @@ void *qDumpObjectData440(
|
||||
"\"").put(((QT_VERSION >> 16) & 255)).put("\","
|
||||
"\"").put(((QT_VERSION >> 8) & 255)).put("\","
|
||||
"\"").put(((QT_VERSION) & 255)).put("\"]");
|
||||
d.put(",namespace=\""NS"\",");
|
||||
d.put(",dumperversion=\"1.3\",");
|
||||
// Dump out size information
|
||||
d.put("sizes={");
|
||||
|
Reference in New Issue
Block a user