1.8.1
This commit is contained in:
20
Android X86/AXVM/getipserver.h
Normal file
20
Android X86/AXVM/getipserver.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef GETIPSERVER_H
|
||||
#define GETIPSERVER_H
|
||||
|
||||
#include <mainwindow.h>
|
||||
#include <QTcpServer>
|
||||
#include <QLabel>
|
||||
|
||||
class GetIPServer : public QMainWindow
|
||||
{
|
||||
public:
|
||||
GetIPServer(QLabel *localIp);
|
||||
void ConnectClient();
|
||||
|
||||
private:
|
||||
bool lock;
|
||||
QTcpServer *tcp;
|
||||
QTcpSocket *tcpSocket;
|
||||
};
|
||||
|
||||
#endif // GETIPSERVER_H
|
||||
Reference in New Issue
Block a user