Add Support for Room Descriptions

This commit is contained in:
adityaruplaha 2018-04-30 13:10:51 +05:30 committed by zhupengfei
parent c396e3c6e5
commit 5f0e189238
No known key found for this signature in database
GPG key ID: DD129E108BD09378
16 changed files with 110 additions and 23 deletions

View file

@ -109,6 +109,7 @@ struct Values {
QString room_port;
uint host_type;
qulonglong game_id;
QString room_description;
// logging
bool show_console;