diff options
author | hjk <qtc-committer@nokia.com> | 2010-10-11 12:34:34 +0200 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-10-11 12:35:30 +0200 |
commit | 6d0f0c7cd3e71d9dfe31ac37ee43826a5c046d35 (patch) | |
tree | a5bdc87cfd9e9aa81838712c3e32b64e4effa35f /share/qtcreator/gdbmacros/gdbmacros.cpp | |
parent | 48a75201a6206bfc72b0138c29e2b0e6f3c9cd52 (diff) | |
download | qt-creator-6d0f0c7cd3e71d9dfe31ac37ee43826a5c046d35.tar.gz |
debugger: fix auto tests
Reviewed-by: Friedemann Kleint
Diffstat (limited to 'share/qtcreator/gdbmacros/gdbmacros.cpp')
-rw-r--r-- | share/qtcreator/gdbmacros/gdbmacros.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/gdbmacros/gdbmacros.cpp b/share/qtcreator/gdbmacros/gdbmacros.cpp index d9d5ae3821..d1bf412633 100644 --- a/share/qtcreator/gdbmacros/gdbmacros.cpp +++ b/share/qtcreator/gdbmacros/gdbmacros.cpp @@ -1299,6 +1299,7 @@ static void qDumpQDateTime(QDumper &d) d.putItem("value", "(null)"); d.putItem("type", NS"QDateTime"); d.putItem("numchild", "0"); + d.disarm(); return; } d.putItem("value", date.toString()); |