while循环,出现QSocketNotifier: Can only be used with threads started with QThread
来源:互联网
写了个图像处理+写串口的qmake工程,编译没有错误,但是一运行到while(true),就会出现'QSocketNotifier: Can only be used with threads started with QThread',,,而且写串口不成功,外置设备收不到指令。
写了个图像处理+写串口的qmake工程,编译没有错误,但是一运行到while(true),就会