summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVolcaEM <63682805+VolcaEM@users.noreply.github.com>2020-06-26 18:49:57 +0200
committerGitHub <noreply@github.com>2020-06-26 18:49:57 +0200
commitf8247826faf47b4ac5d917ddac3acd7ba89a88fd (patch)
treeac3ce9d3f9cca784a0c626aac931f95063afe650 /src
parent7d08d548a94377e4794acb770bc9b5bb2dac9130 (diff)
Update function name (1/2)
Diffstat (limited to 'src')
-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 94d3dd7f6..8b0961932 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -182,7 +182,7 @@ private slots:
void OnStopGame();
void OnMenuReportCompatibility();
void OnOpenModsPage();
- void OnQuickstartGuide();
+ void OnOpenQuickstartGuide();
void OnFAQ();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);