diff options
author | VolcaEM <63682805+VolcaEM@users.noreply.github.com> | 2020-06-27 02:13:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 02:13:34 +0200 |
commit | db96b5ee3bd8820fcf310ffc283447985755c678 (patch) | |
tree | 69a0cb272bff71ca369ab7f6e285cedae5c9c4ed | |
parent | Update function name again (diff) | |
download | yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar.gz yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar.bz2 yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar.lz yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar.xz yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar.zst yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.zip |
-rw-r--r-- | src/yuzu/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 8b0961932..79c1f8219 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -183,7 +183,7 @@ private slots: void OnMenuReportCompatibility(); void OnOpenModsPage(); void OnOpenQuickstartGuide(); - void OnFAQ(); + void OnOpenFAQ(); /// 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); |