Commit 18ab3ee7 authored by Brett Stottlemyer's avatar Brett Stottlemyer
Browse files

[internal] Don't use QRemoteObjectPacket


This is a large change, but it is the same thing repeated.

QRemoteObjectPacket was a set of types for (de-)serializing
QtRO changes to send over the wire.  But it required
copying the changes to/from the packet before using
those changes.  This goes directly to/from QDataStream
instead.  I think it also makes the InitPacket/InitDynamic
steps a bit easier to read, and should improve the init
performance.

Change-Id: I62b1776858ff74a8532c8f2682aa94ac7248a803
Reviewed-by: default avatarBjörn Breitmeyer <bjoern.breitmeyer@kdab.com>
Showing with 239 additions and 581 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment