Actually pass the generated client id.

This commit is contained in:
woogerboy21 2015-08-08 17:22:59 -04:00
parent 567c1a148d
commit afa2c67e87
3 changed files with 29 additions and 29 deletions

View file

@ -10,7 +10,7 @@ class LocalClient : public AbstractClient {
private:
LocalServerInterface *lsi;
public:
LocalClient(LocalServerInterface *_lsi, const QString &_playerName, QObject *parent = 0);
LocalClient(LocalServerInterface *_lsi, const QString &_playerName, const QString &_clientId, QObject *parent = 0);
~LocalClient();
void sendCommandContainer(const CommandContainer &cont);