On Sunday 28 January 2007 14:07, Andreas Pakulat wrote: > Well, the signature of the error signal changed from Qt3 to Qt4, the > parameter is now a QAbstractSocket::SocketState.
The C++ signature of the signal is void error ( QAbstractSocket::SocketError ) which would translate to error(int) in PyQt, right? I don't see what I'm doing wrong. -- -- Ewald _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
