mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 19:47:45 +00:00
Correct function name (1/2)
This commit is contained in:
parent
ba50f8b8e6
commit
7f61427719
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ private slots:
|
||||||
void OnPauseGame();
|
void OnPauseGame();
|
||||||
void OnStopGame();
|
void OnStopGame();
|
||||||
void OnMenuReportCompatibility();
|
void OnMenuReportCompatibility();
|
||||||
void OnSwitchModsPage();
|
void OnOpenModsPage();
|
||||||
/// 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);
|
||||||
void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);
|
void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue