mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
yuzu/game_list: Specify string conversions explicitly
Allows the game list code to compile successfully with implicit string conversions disabled.
This commit is contained in:
parent
16afc41307
commit
b254ac5a1e
2 changed files with 55 additions and 50 deletions
|
@ -76,7 +76,7 @@ signals:
|
|||
void OpenPerGameGeneralRequested(const std::string& file);
|
||||
|
||||
private slots:
|
||||
void onTextChanged(const QString& newText);
|
||||
void onTextChanged(const QString& new_text);
|
||||
void onFilterCloseClicked();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue