summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-21 18:09:14 +0200
committerGitHub <noreply@github.com>2020-06-21 18:09:14 +0200
commit182ac8a504233143fd2f78ef0dc4fb94331cff85 (patch)
tree07cc9b3ee42128d0dd81b7ca5a9a0d7fb52f548e
parentClang-format (diff)
downloadyuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar.gz
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar.bz2
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar.lz
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar.xz
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.tar.zst
yuzu-182ac8a504233143fd2f78ef0dc4fb94331cff85.zip
-rw-r--r--src/yuzu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 7d9910608..d55e55cc6 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -181,7 +181,7 @@ private slots:
void OnPauseGame();
void OnStopGame();
void OnMenuReportCompatibility();
- void OnSwitchModsPage();
+ void OnOpenModsPage();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);
void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);