Skip to content
Snippets Groups Projects
Commit 6b919043 authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Partitial revert of d7af85a0.


broke at least cdb.

Reviewed-By: default avatarhjk <qtc-committer@nokia.com>
parent 1ada16cd
No related branches found
No related tags found
No related merge requests found
...@@ -2915,6 +2915,7 @@ void *qDumpObjectData440( ...@@ -2915,6 +2915,7 @@ void *qDumpObjectData440(
d.iname = inbuffer; while (*inbuffer) ++inbuffer; ++inbuffer; d.iname = inbuffer; while (*inbuffer) ++inbuffer; ++inbuffer;
d.exp = inbuffer; while (*inbuffer) ++inbuffer; ++inbuffer; d.exp = inbuffer; while (*inbuffer) ++inbuffer; ++inbuffer;
d.innertype = inbuffer; while (*inbuffer) ++inbuffer; ++inbuffer; d.innertype = inbuffer; while (*inbuffer) ++inbuffer; ++inbuffer;
d.iname = inbuffer; while (*inbuffer) ++inbuffer; ++inbuffer;
handleProtocolVersion2and3(d); handleProtocolVersion2and3(d);
} }
......
...@@ -1270,6 +1270,8 @@ void QtDumperHelper::evaluationParameters(const WatchData &data, ...@@ -1270,6 +1270,8 @@ void QtDumperHelper::evaluationParameters(const WatchData &data,
inBuffer->append('\0'); inBuffer->append('\0');
inBuffer->append(inner.toUtf8()); inBuffer->append(inner.toUtf8());
inBuffer->append('\0'); inBuffer->append('\0');
inBuffer->append(data.iname.toUtf8());
inBuffer->append('\0');
if (debug) if (debug)
qDebug() << '\n' << Q_FUNC_INFO << '\n' << data.toString() << "\n-->" << outertype << td.type << extraArgs; qDebug() << '\n' << Q_FUNC_INFO << '\n' << data.toString() << "\n-->" << outertype << td.type << extraArgs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment