You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: