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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/yuzu/applets/profile_select.h b/src/yuzu/applets/profile_select.h
index ff02df93b..1055d4809 100644
--- a/src/yuzu/applets/profile_select.h
+++ b/src/yuzu/applets/profile_select.h
@@ -29,15 +29,13 @@ public:
void accept() override;
void reject() override;
- bool GetStatus() const;
int GetIndex() const;
private:
- bool ok = false;
- int user_index = 0;
-
void SelectUser(const QModelIndex& index);
+ int user_index = 0;
+
QVBoxLayout* layout;
QTreeView* tree_view;
QStandardItemModel* item_model;