diff options
author | hjk <qtc-committer@nokia.com> | 2008-12-26 13:39:47 +0100 |
---|---|---|
committer | Roberto Raggi <qtc-committer@nokia.com> | 2008-12-29 13:30:21 +0100 |
commit | 8e5b3a260c4b75b3c3d2f1b1c9761895888dd9c9 (patch) | |
tree | 6e7c080eab52fdc74b3c303f9d42b3efbabef5d8 /bin | |
parent | 685162aa9c2c5132e5979d78c6ab673cf1829589 (diff) | |
download | qt-creator-8e5b3a260c4b75b3c3d2f1b1c9761895888dd9c9.tar.gz |
mention QList in list of available dumpers
Diffstat (limited to 'bin')
-rw-r--r-- | bin/gdbmacros/gdbmacros.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gdbmacros/gdbmacros.cpp b/bin/gdbmacros/gdbmacros.cpp index c58e83abf0..04a04abf8f 100644 --- a/bin/gdbmacros/gdbmacros.cpp +++ b/bin/gdbmacros/gdbmacros.cpp @@ -2452,6 +2452,7 @@ void qDumpObjectData440( "\""NS"QHash\"," "\""NS"QHashNode\"," "\""NS"QImage\"," + "\""NS"QList\"," "\""NS"QLocale\"," "\""NS"QMap\"," "\""NS"QMapNode\"," |