[Interest] QDataStream & pointers

Thiago Macieira thiago.macieira at intel.com
Sun Sep 13 14:32:29 CEST 2015


On Sunday 13 September 2015 14:46:50 Igor Mironchik wrote:
> I need this serializtion only in one instance of the running application.

No, you don't. You need to redesign your application so that you don't have a 
pointer being passed to QDataStream. Serialise the data that the pointer 
points to, instead.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list