last changes
This commit is contained in:
25
AdServer/client.h
Normal file
25
AdServer/client.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef CLIENT_H
|
||||
#define CLIENT_H
|
||||
|
||||
#include <QObject>
|
||||
#include "clientbase.h"
|
||||
|
||||
|
||||
class Client : public ClientBase
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit Client(QObject *parent = 0);
|
||||
void connectToServer(QHostAddress addr);
|
||||
|
||||
private:
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
private slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // CLIENT_H
|
||||
Reference in New Issue
Block a user