diff options
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 94d3dd7f6..8b0961932 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h | |||
| @@ -182,7 +182,7 @@ private slots: | |||
| 182 | void OnStopGame(); | 182 | void OnStopGame(); |
| 183 | void OnMenuReportCompatibility(); | 183 | void OnMenuReportCompatibility(); |
| 184 | void OnOpenModsPage(); | 184 | void OnOpenModsPage(); |
| 185 | void OnQuickstartGuide(); | 185 | void OnOpenQuickstartGuide(); |
| 186 | void OnFAQ(); | 186 | void OnFAQ(); |
| 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); |