mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 17:02:15 -07:00
fix capitalization
This commit is contained in:
parent
928cbd5bab
commit
5c4426efa4
14 changed files with 30 additions and 30 deletions
|
|
@ -36,7 +36,7 @@
|
|||
TabRoom::TabRoom(TabSupervisor *_tabSupervisor,
|
||||
AbstractClient *_client,
|
||||
ServerInfo_User *_ownUser,
|
||||
const UserlistProxy *_userListProxy,
|
||||
const UserListProxy *_userListProxy,
|
||||
const ServerInfo_Room &info)
|
||||
: Tab(_tabSupervisor), client(_client), roomId(info.room_id()), roomName(QString::fromStdString(info.name())),
|
||||
ownUser(_ownUser), userListProxy(_userListProxy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue