QTNetworkDemo icon indicating copy to clipboard operation
QTNetworkDemo copied to clipboard

SIGNAL(finished()) in QTNServerThread

Open gaosiy opened this issue 5 years ago • 0 comments

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?

gaosiy avatar Apr 26 '19 01:04 gaosiy