Address more review comments
* Make Validation a singleton instead * Wording changes for error messages * Smart pointers for Ui members * Other minor nitpicks
This commit is contained in:
@@ -34,5 +34,5 @@ private:
|
||||
void UpdateView();
|
||||
|
||||
QStandardItemModel* player_list;
|
||||
Ui::ClientRoom* ui;
|
||||
std::unique_ptr<Ui::ClientRoom> ui;
|
||||
};
|
||||
|
Reference in New Issue
Block a user