1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-23 06:22:08 -05:00
Files
suyu-mirror/src/yuzu
Romain Failliot 818651909f 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
2021-10-11 19:21:17 -04:00
..
2021-10-11 19:21:17 -04:00
2021-10-11 19:21:17 -04:00
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2021-10-11 19:21:17 -04:00
2018-01-13 23:11:51 +00:00
2020-08-26 02:32:32 -04:00