* Forward declare ui and use unique_ptr * ConfigureEnhancements: use unique_ptr for ui * Use make_unique instead of new where applicable * Move some of the ui includes that already used unique_ptr * main.cpp: also make use of make_unique on Config * Address review comments |
||
---|---|---|
.. | ||
chat_room.cpp | ||
chat_room.h | ||
chat_room.ui | ||
client_room.cpp | ||
client_room.h | ||
client_room.ui | ||
direct_connect.cpp | ||
direct_connect.h | ||
direct_connect.ui | ||
host_room.cpp | ||
host_room.h | ||
host_room.ui | ||
lobby_p.h | ||
lobby.cpp | ||
lobby.h | ||
lobby.ui | ||
message.cpp | ||
message.h | ||
moderation_dialog.cpp | ||
moderation_dialog.h | ||
moderation_dialog.ui | ||
state.cpp | ||
state.h | ||
validation.h |