summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/profile_select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/applets/profile_select.h')
-rw-r--r--src/yuzu/applets/profile_select.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/yuzu/applets/profile_select.h b/src/yuzu/applets/profile_select.h
index c5b90a78e..cee886a77 100644
--- a/src/yuzu/applets/profile_select.h
+++ b/src/yuzu/applets/profile_select.h
@@ -30,15 +30,13 @@ public:
void accept() override;
void reject() override;
- bool GetStatus() const;
- u32 GetIndex() const;
+ int GetIndex() const;
private:
- bool ok = false;
- u32 user_index = 0;
-
void SelectUser(const QModelIndex& index);
+ int user_index = 0;
+
QVBoxLayout* layout;
QTreeView* tree_view;
QStandardItemModel* item_model;