From 0b67dd7e132d7d618fa538e8c4a275c874543342 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Tue, 3 Nov 2015 14:32:25 +0100 Subject: QmlDebug: Restructure QPacket and QPacketProtocol We cannot use the same data stream version for the client and server versions of QPacket and QPacketProtocol should not deal with QPackets but with simple byte arrays because the underlying QDataStream is hard to copy. The new QQmlDebugPacket picks its data stream version from QQmlDebugConnector now, which adjusts it when connecting. As there can only ever be one QQmlDebugConnector, we can keep the version static. The clients need to query the connection for the correct version. We may connect to several different servers sequentially or we may have a server running while using a client, and we don't want to confuse the versions between those. With this in place, all remaining occurrences of QDataStream are replaced with QPacket or QQmlDebugPacket. Change-Id: I3f6ba73fcbfad5e8df917c5feb9308116738a614 Reviewed-by: Simon Hausmann --- tools/qmlprofiler/qmlprofilerclient.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tools/qmlprofiler') diff --git a/tools/qmlprofiler/qmlprofilerclient.cpp b/tools/qmlprofiler/qmlprofilerclient.cpp index 018f1ec803..4a0dfb8394 100644 --- a/tools/qmlprofiler/qmlprofilerclient.cpp +++ b/tools/qmlprofiler/qmlprofilerclient.cpp @@ -38,7 +38,6 @@ #include #include -#include #include -- cgit v1.2.3