summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-27 02:13:34 +0200
committerGitHub <noreply@github.com>2020-06-27 02:13:34 +0200
commitdb96b5ee3bd8820fcf310ffc283447985755c678 (patch)
tree69a0cb272bff71ca369ab7f6e285cedae5c9c4ed
parent9e1975a166c686980420672bbfe1da9aee3fa57f (diff)
Update FAQ function name (1/2)
-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 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);