QTNetworkDemo
QTNetworkDemo copied to clipboard
SIGNAL(finished()) in QTNServerThread
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?