diff options
| author | ck <qt-info@nokia.com> | 2009-10-14 12:59:39 +0200 |
|---|---|---|
| committer | ck <qt-info@nokia.com> | 2009-10-14 12:59:39 +0200 |
| commit | 4ead5b72029a5df86c3d661d64b2931c9df2daf6 (patch) | |
| tree | f4de861ab8b7907e512f8c0ea3d7df081f907541 /share/qtcreator/gdbmacros/gdbmacros.cpp | |
| parent | f3132c13e0a2671e8858948c30fcbef138dcbdd6 (diff) | |
| download | qt-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.cpp | 4 |
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 |
