aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2008-12-19 09:15:02 +0100
committerhjk <qtc-committer@nokia.com>2008-12-19 09:15:02 +0100
commit6049e1fbb4cf1982e44e265725aa5255318eb389 (patch)
treeebf0332cd6e3e4141b9b972266c9ecf9d130c3cb /bin
parent4acbbe835c8d269d7b96a0f6b38251d7a379f193 (diff)
small dumper refactoring oin the way to "all dumper code in gdbmacros.cpp"
Diffstat (limited to 'bin')
-rw-r--r--bin/gdbmacros/gdbmacros.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gdbmacros/gdbmacros.cpp b/bin/gdbmacros/gdbmacros.cpp
index 0802d54a70..c58e83abf0 100644
--- a/bin/gdbmacros/gdbmacros.cpp
+++ b/bin/gdbmacros/gdbmacros.cpp
@@ -2465,6 +2465,7 @@ void qDumpObjectData440(
"\""NS"QObjectSlot\","
"\""NS"QObjectSlotList\","
#endif // PRIVATE_OBJECT_ALLOWED
+ // << "\""NS"QRegion\","
"\""NS"QSet\","
"\""NS"QString\","
"\""NS"QStringList\","
@@ -2480,7 +2481,6 @@ void qDumpObjectData440(
"\"std::string\","
"\"std::vector\","
"\"std::wstring\","
- // << "\""NS"QRegion\","
"]";
d << ",namespace=\""NS"\"";
d.disarm();