summaryrefslogtreecommitdiff
path: root/src/yuzu/game_list.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-05-20 20:43:28 -0400
committerGitHub <noreply@github.com>2019-05-20 20:43:28 -0400
commitdbcff5d574ec879bd2267d18c286708b9239d4bf (patch)
treebd836d730939d35448ad78a2a05803585e1df92c /src/yuzu/game_list.h
parent9a17b20896166b599b22b21cb0057706ad79542a (diff)
parentbc3247490154bdeed40e630c801616e4535b7e0d (diff)
Merge pull request #2503 from lioncash/util
yuzu/game_list: Specify string conversions explicitly
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: