diff options
| author | 2020-06-27 02:13:34 +0200 | |
|---|---|---|
| committer | 2020-06-27 02:13:34 +0200 | |
| commit | db96b5ee3bd8820fcf310ffc283447985755c678 (patch) | |
| tree | 69a0cb272bff71ca369ab7f6e285cedae5c9c4ed /src | |
| parent | Update function name again (diff) | |
| download | yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar.gz yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.tar.xz yuzu-db96b5ee3bd8820fcf310ffc283447985755c678.zip | |
Update FAQ function name (1/2)
Diffstat (limited to 'src')
| -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: | |||
| 183 | void OnMenuReportCompatibility(); | 183 | void OnMenuReportCompatibility(); |
| 184 | void OnOpenModsPage(); | 184 | void OnOpenModsPage(); |
| 185 | void OnOpenQuickstartGuide(); | 185 | void OnOpenQuickstartGuide(); |
| 186 | void OnFAQ(); | 186 | void OnOpenFAQ(); |
| 187 | /// Called whenever a user selects a game in the game list widget. | 187 | /// Called whenever a user selects a game in the game list widget. |
| 188 | void OnGameListLoadFile(QString game_path); | 188 | void OnGameListLoadFile(QString game_path); |
| 189 | void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path); | 189 | void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path); |