PB: server compiles again, standalone RemoteClient is able to log in

This commit is contained in:
Max-Wilhelm Bruker 2011-12-30 21:50:25 +01:00
parent 10018280e5
commit d3b96b1a88
39 changed files with 988 additions and 807 deletions

View file

@ -14,11 +14,8 @@ public:
~LocalClient();
void sendCommandContainer(const CommandContainer &cont);
private slots:
void itemFromServer(ProtocolItem *item);
signals:
void itemToServer(ProtocolItem *item);
void itemFromServer(const ServerMessage &item);
};
#endif