mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-08 07:16:33 -05: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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user