QTNetworkDemo
QTNetworkDemo copied to clipboard
QtNetworkDemo shows a client/server interaction using multithreading and tcp-sockets based on C++/Qt
Results
1
QTNetworkDemo issues
Sort by
recently updated
recently updated
newest added
connect(this, SIGNAL(finished()), this, SLOT(deleteLater())); when program is running, the terminal show "QObject::connect: No such signal QTNServerThread::finished() in ..\..\src\server\QTNServerThread.cpp:19" I have no idea about the signal finished() belong to which class?