diff --git a/src/citron/game_list.h b/src/citron/game_list.h index 06554d939..e5d255cba 100644 --- a/src/citron/game_list.h +++ b/src/citron/game_list.h @@ -14,6 +14,7 @@ #include #include #include +#include #include #include #include @@ -201,6 +202,7 @@ private: QListView* list_view = nullptr; QStandardItemModel* item_model = nullptr; std::unique_ptr current_worker; + QProgressBar* progress_bar = nullptr; QFileSystemWatcher* watcher = nullptr; ControllerNavigation* controller_navigation = nullptr; CompatibilityList compatibility_list;