connect: No such signal

去掉参数名, 保留类型即可
MyThread Rev = new MyThread();
connect(Rev, SIGNAL(sendData(char
,int )), this, SLOT(SerialRevDataHandle(char *,int)));

posted @ 2020-02-24 09:00  friedCoder  阅读(476)  评论(0)    收藏  举报