summaryrefslogtreecommitdiff
path: root/src/common/string_util.cpp
diff options
context:
space:
mode:
authorGravatar Romain Failliot2021-10-11 10:43:39 -0400
committerGravatar Romain Failliot2021-10-11 19:21:17 -0400
commit818651909f38f6616bda088ec9e30979046d477b (patch)
treef0e02f1fd4facc191efc1bd5a68136202cad2e89 /src/common/string_util.cpp
parentMerge pull request #7110 from vonchenplus/fix_extract_offline_romefs_error (diff)
downloadyuzu-818651909f38f6616bda088ec9e30979046d477b.tar.gz
yuzu-818651909f38f6616bda088ec9e30979046d477b.tar.xz
yuzu-818651909f38f6616bda088ec9e30979046d477b.zip
Fix a few warnings
- configure_input_player_widget.cpp: always better to use `const auto &` whenever possible - profiler.cpp: `ev->pos()` is deprecated, replace with `ev->position()`, which returns floats, thus the addition of `.toPoint()` (same as what's happening in `pos()`) - game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::` namespace instead
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions