summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_gamelist.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-26 00:39:23 -0400
committerLioncash <mathew1800@gmail.com>2019-06-05 15:40:33 -0400
commite1d755bdda96fe8b25fc8be4181f48ca158679f1 (patch)
treefa967793555c54493be142d693d3bbb33e028910 /src/yuzu/configuration/configure_gamelist.h
parent1eb979221f6664938456cefdbd5c79b7e59e2b8c (diff)
yuzu/configuration: Make function naming consistent
Diffstat (limited to 'src/yuzu/configuration/configure_gamelist.h')
-rw-r--r--src/yuzu/configuration/configure_gamelist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_gamelist.h b/src/yuzu/configuration/configure_gamelist.h
index bf3f1cdfa..e11822919 100644
--- a/src/yuzu/configuration/configure_gamelist.h
+++ b/src/yuzu/configuration/configure_gamelist.h
@@ -18,12 +18,12 @@ public:
explicit ConfigureGameList(QWidget* parent = nullptr);
~ConfigureGameList() override;
- void applyConfiguration();
+ void ApplyConfiguration();
private:
void RequestGameListUpdate();
- void setConfiguration();
+ void SetConfiguration();
void changeEvent(QEvent*) override;
void RetranslateUI();