diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-16 23:58:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 23:58:25 +0100 |
commit | 7338f089f8a0e072c9e0a85180ed93dfd1fa773d (patch) | |
tree | 4a6ed11c695e3ee5804dfee3f4466b64ffa87f43 /src | |
parent | Merge pull request #46 from FearlessTobi/patch-2 (diff) | |
parent | Update game_list.cpp (diff) | |
download | yuzu-7338f089f8a0e072c9e0a85180ed93dfd1fa773d.tar yuzu-7338f089f8a0e072c9e0a85180ed93dfd1fa773d.tar.gz yuzu-7338f089f8a0e072c9e0a85180ed93dfd1fa773d.tar.bz2 yuzu-7338f089f8a0e072c9e0a85180ed93dfd1fa773d.tar.lz yuzu-7338f089f8a0e072c9e0a85180ed93dfd1fa773d.tar.xz yuzu-7338f089f8a0e072c9e0a85180ed93dfd1fa773d.tar.zst yuzu-7338f089f8a0e072c9e0a85180ed93dfd1fa773d.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/game_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.cpp b/src/yuzu/game_list.cpp index 532c4ae63..679c89828 100644 --- a/src/yuzu/game_list.cpp +++ b/src/yuzu/game_list.cpp @@ -174,7 +174,7 @@ void GameList::onTextChanged(const QString& newText) { child_file->data(GameListItemPath::ProgramIdRole).toString().toLower(); // Only items which filename in combination with its title contains all words - // that are in the searchfiel will be visible in the gamelist + // that are in the searchfield will be visible in the gamelist // The search is case insensitive because of toLower() // I decided not to use Qt::CaseInsensitive in containsAllWords to prevent // multiple conversions of edit_filter_text for each game in the gamelist |