summaryrefslogtreecommitdiff
path: root/share/qtcreator/gdbmacros/gdbmacros.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-10-11 12:34:34 +0200
committerhjk <qtc-committer@nokia.com>2010-10-11 12:35:30 +0200
commit6d0f0c7cd3e71d9dfe31ac37ee43826a5c046d35 (patch)
treea5bdc87cfd9e9aa81838712c3e32b64e4effa35f /share/qtcreator/gdbmacros/gdbmacros.cpp
parent48a75201a6206bfc72b0138c29e2b0e6f3c9cd52 (diff)
downloadqt-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.cpp1
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());