Browse Source

Update FAQ function name (1/2)

nce_cpp
VolcaEM 6 years ago
committed by GitHub
parent
commit
873e6fc739
  1. 2
      src/yuzu/main.h

2
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);

Loading…
Cancel
Save