The answer is...

The old way of doing things (as found in Qt 4.6 code):
QTextStream str(process);
str << cmd;

does not work any more. But:

process->write(cmd)

works fine :-)

Philippe

On Thu, 27 May 2010 19:43:10 +0200
Philippe <[email protected]> wrote:

> Remote commands like "setsource", "show contents"... that used to work
> until Qt 4.6.2, have no effect in 4.7.b1.
> 
> I can see many changes in \tools\assistant\tools\assistant\remotecontrol.cpp
> but the doc remains the same, hence bug or protocol change?...
> 
> Philippe


_______________________________________________
Qt4-preview-feedback mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback

Reply via email to