mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 16:12:33 -07: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