更新
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user