movetothread丢线程时,不能deleteLater()
connect(thread_Readdata, SIGNAL(finished()), mythread, SLOT(deleteLater()));//不能添加这一句,添加了要出现在mainwindow找不到dogatherslot的错误
具体原因不知
信号槽错误(找不到错误)
最新推荐文章于 2024-06-13 12:43:54 发布
movetothread丢线程时,不能deleteLater()
connect(thread_Readdata, SIGNAL(finished()), mythread, SLOT(deleteLater()));//不能添加这一句,添加了要出现在mainwindow找不到dogatherslot的错误
具体原因不知