From bc3247490154bdeed40e630c801616e4535b7e0d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 20 May 2019 15:18:36 -0400 Subject: yuzu/game_list: Specify string conversions explicitly Allows the game list code to compile successfully with implicit string conversions disabled. --- src/yuzu/game_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yuzu/game_list.h') 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: -- cgit v1.2.3