天宫鹤

2022年8月5日

Qt之TCP编程中 socketDescriptor类型必须为qintptr!!!

摘要: QTcpServer之虚函数必须为:protected: void incomingConnection(qintptr socketDescriptor);不能为:protected: void incomingConnection(int socketDescriptor); 阅读全文

posted @ 2022-08-05 20:05 GoGrid 阅读(327) 评论(0) 推荐(0) 编辑

导航