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:
parent
a85511cd7d
commit
c635c7f40d
17 changed files with 93 additions and 71 deletions
|
@ -55,10 +55,11 @@ public:
|
|||
void filterBarSetChecked(bool state);
|
||||
void UpdateUITheme();
|
||||
|
||||
GameList* game_list;
|
||||
GMainWindow();
|
||||
~GMainWindow();
|
||||
|
||||
GameList* game_list;
|
||||
|
||||
signals:
|
||||
|
||||
/**
|
||||
|
@ -180,8 +181,6 @@ private:
|
|||
|
||||
GRenderWindow* render_window;
|
||||
|
||||
QFutureWatcher<Service::AM::InstallStatus>* watcher = nullptr;
|
||||
|
||||
// Status bar elements
|
||||
QProgressBar* progress_bar = nullptr;
|
||||
QLabel* message_label = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue