Em quarta-feira, 1 de fevereiro de 2017, às 18:09:17 PST, Александр Волков 
escreveu:
> But when readLineInto() is trying to write into an implicitly shared
> string buffer,
> then the content of the buffer is copied and readLineInto() writes into
> the copy.

And that is the problem. If you're using readLineInto, you should organise 
your code so that the object you pass isn't shared.

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

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to