jjzjj

clientSupervision

全部标签

c++ - QObject::connect 没有匹配函数

我正在编写一个程序,每10毫秒发送一个UDP帧。以下是我的程序应该如何工作:我有一个客户端类://ConstructorclientSupervision::clientSupervision(){}voidclientSupervision::sendDataUDP(){//Createaframeandsendit...}voidclientSupervision::sendDataUDPTimer(inttimer){QTimer*tempsEnvoieTrameSupervision=newQTimer();//CreateatimertempsEnvoieTrameSuper