mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-26 05:16:24 -05:00
Update function name (1/2)
This commit is contained in:
parent
7d08d548a9
commit
f8247826fa
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ private slots:
|
||||||
void OnStopGame();
|
void OnStopGame();
|
||||||
void OnMenuReportCompatibility();
|
void OnMenuReportCompatibility();
|
||||||
void OnOpenModsPage();
|
void OnOpenModsPage();
|
||||||
void OnQuickstartGuide();
|
void OnOpenQuickstartGuide();
|
||||||
void OnFAQ();
|
void OnFAQ();
|
||||||
/// Called whenever a user selects a game in the game list widget.
|
/// Called whenever a user selects a game in the game list widget.
|
||||||
void OnGameListLoadFile(QString game_path);
|
void OnGameListLoadFile(QString game_path);
|
||||||
|
|
Loading…
Reference in a new issue