mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
generalized user information
This commit is contained in:
parent
adaa1d5323
commit
f9446f9822
61 changed files with 3710 additions and 175 deletions
|
|
@ -16,3 +16,8 @@ LocalServerInterface *LocalServer::newConnection()
|
|||
addClient(lsi);
|
||||
return lsi;
|
||||
}
|
||||
|
||||
ServerInfo_User *LocalServer::getUserData(const QString &name)
|
||||
{
|
||||
return new ServerInfo_User(name);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue