diff options
| author | hjk <qtc-committer@nokia.com> | 2009-02-11 14:17:25 +0100 |
|---|---|---|
| committer | hjk <qtc-committer@nokia.com> | 2009-02-11 14:17:25 +0100 |
| commit | df16699ed9958584bb53e8790ccbcdc1e4b42dbb (patch) | |
| tree | 0663469dcc7046af81cb2c5363c7254ab1da8cda /share/qtcreator/gdbmacros/gdbmacros.cpp | |
| parent | 9e2671c9a3d8cc86f9a79721dfa9a0690e1bdc94 (diff) | |
| download | qt-creator-df16699ed9958584bb53e8790ccbcdc1e4b42dbb.tar.gz | |
Fixes: debugger: revert accidental parts of b0650238
Diffstat (limited to 'share/qtcreator/gdbmacros/gdbmacros.cpp')
| -rw-r--r-- | share/qtcreator/gdbmacros/gdbmacros.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/qtcreator/gdbmacros/gdbmacros.cpp b/share/qtcreator/gdbmacros/gdbmacros.cpp index 1da444113e..ae00613350 100644 --- a/share/qtcreator/gdbmacros/gdbmacros.cpp +++ b/share/qtcreator/gdbmacros/gdbmacros.cpp @@ -68,6 +68,7 @@ int qtGhVersion = QT_VERSION; #include <ctype.h> #include <stdio.h> +#include <unistd.h> #ifdef Q_OS_WIN # include <windows.h> @@ -2484,6 +2485,7 @@ void qDumpObjectData440( int extraInt2, int extraInt3) { + //sleep(20); if (protocolVersion == 1) { QDumper d; d.protocolVersion = protocolVersion; |
