This commit is contained in:
feiyangqingyun
2019-12-16 13:38:32 +08:00
parent a36e06a08b
commit ff16b64855
2 changed files with 8 additions and 0 deletions

View File

@@ -42,7 +42,11 @@ private:
QList<TcpClient *> clients;
protected:
#if (QT_VERSION > QT_VERSION_CHECK(5,0,0))
void incomingConnection(qintptr handle);
#else
void incomingConnection(int handle);
#endif
private slots:
void disconnected();