summaryrefslogtreecommitdiff
path: root/share/qtcreator/gdbmacros/gdbmacros.cpp
diff options
context:
space:
mode:
authorck <qt-info@nokia.com>2009-10-14 12:59:39 +0200
committerck <qt-info@nokia.com>2009-10-14 12:59:39 +0200
commit4ead5b72029a5df86c3d661d64b2931c9df2daf6 (patch)
treef4de861ab8b7907e512f8c0ea3d7df081f907541 /share/qtcreator/gdbmacros/gdbmacros.cpp
parentf3132c13e0a2671e8858948c30fcbef138dcbdd6 (diff)
downloadqt-creator-4ead5b72029a5df86c3d661d64b2931c9df2daf6.tar.gz
Debugger: Dumper fix.
- If NSX and NSY have quotes for the QT_NAMESPACE case, they need them for the non-namespace case too. - Dumper autotest: Replace hard-coded namespace with compile-time dynamic one.
Diffstat (limited to 'share/qtcreator/gdbmacros/gdbmacros.cpp')
-rw-r--r--share/qtcreator/gdbmacros/gdbmacros.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/gdbmacros/gdbmacros.cpp b/share/qtcreator/gdbmacros/gdbmacros.cpp
index f68a1cf6cc..5ad19cadec 100644
--- a/share/qtcreator/gdbmacros/gdbmacros.cpp
+++ b/share/qtcreator/gdbmacros/gdbmacros.cpp
@@ -100,8 +100,8 @@
#ifdef QT_BOOTSTRAPPED
# define NS ""
-# define NSX ""
-# define NSY ""
+# define NSX "'"
+# define NSY "'"
#else