mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 07:28:09 -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