mirror of
https://git.citron-emu.org/citron/emulator
synced 2026-01-27 05:03:29 +00:00
fs(ui): Include Progress Bar
Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <QListView>
|
||||
#include <QPushButton>
|
||||
#include <QSlider>
|
||||
#include <QProgressBar>
|
||||
#include <QStandardItemModel>
|
||||
#include <QString>
|
||||
#include <QTimer>
|
||||
@@ -201,6 +202,7 @@ private:
|
||||
QListView* list_view = nullptr;
|
||||
QStandardItemModel* item_model = nullptr;
|
||||
std::unique_ptr<GameListWorker> current_worker;
|
||||
QProgressBar* progress_bar = nullptr;
|
||||
QFileSystemWatcher* watcher = nullptr;
|
||||
ControllerNavigation* controller_navigation = nullptr;
|
||||
CompatibilityList compatibility_list;
|
||||
|
||||
Reference in New Issue
Block a user