changeset 197 | 8a7123b84d1b |
parent 186 | 7157b34a24d6 |
child 291 | afa378f1e961 |
--- a/QTfrontend/tcpBase.cpp Thu Oct 12 18:52:00 2006 +0000 +++ b/QTfrontend/tcpBase.cpp Sat Oct 14 13:13:51 2006 +0000 @@ -41,7 +41,6 @@ .arg(IPCServer->errorString())); } } - connect(IPCServer, SIGNAL(newConnection()), this, SLOT(NewConnection())); } void TCPBase::NewConnection() @@ -60,6 +59,7 @@ void TCPBase::RealStart() { + connect(IPCServer, SIGNAL(newConnection()), this, SLOT(NewConnection())); IPCSocket = 0; QProcess * process;