[Qtscript-bindings] is this a bug?

Ian Monroe ian at monroe.nu
Thu Jan 29 15:47:41 CET 2009


var host = new QHostAddress("localhost");
var sock = new QTcpSocket();
var port = 25;
sock.connectToHost(host, port, QIODevice.ReadWrite);

Results in a 'function not found'. Is there a way to work around this issue?

I submitted it at:
http://code.google.com/p/qtscriptgenerator/issues/detail?id=29&can=1
Half the bugs I submit turn out not to be really bugs though, I was
hoping that was the case here and thought I'd check the list. ;)

Ian


More information about the Qtscript-bindings mailing list