summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-20 15:18:36 -0400
committerLioncash <mathew1800@gmail.com>2019-05-20 15:30:50 -0400
commitbc3247490154bdeed40e630c801616e4535b7e0d (patch)
tree76652a1460082e5b4934ad67197e5292913e733b /src/yuzu/game_list.h
parented2fedac138d47e50850c563058fbcc46eb51b0a (diff)
yuzu/game_list: Specify string conversions explicitly
Allows the game list code to compile successfully with implicit string conversions disabled.
Diffstat (limited to 'src/yuzu/game_list.h')
-rw-r--r--src/yuzu/game_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h
index 56007eef8..f8f8bd6c5 100644
--- a/src/yuzu/game_list.h
+++ b/src/yuzu/game_list.h
@@ -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: