Lioncash
e88a9ace8d
yuzu/CMakeLists: Disable implicit QString->QUrl conversions
...
Enforces the use of the proper URL resolution functions. e.g.
url = some_local_path_string;
should actually be:
url = QUrl::fromLocalPath(some_local_path_string);
etc.
This makes it harder to cause bugs when operating with both strings and
URLs at the same time.
2019-07-04 15:39:00 +02:00
..
2019-04-08 22:34:21 +08:00
2018-10-05 09:27:16 -05:00
2019-06-09 16:22:43 +02:00
2019-05-01 14:28:49 +02:00
2019-04-20 12:50:26 +08:00
2018-06-29 16:56:12 +03:00
2019-05-29 23:49:47 +02:00
2018-08-24 17:14:09 +02:00
2018-08-25 14:45:50 +02:00
2018-06-18 21:21:00 +08:00
2019-04-07 15:14:29 +02:00
2019-04-21 14:16:16 +02:00
2019-02-02 08:15:27 +08:00
2019-02-02 08:15:27 +08:00
2019-02-02 08:15:27 +08:00
2017-09-03 11:26:10 -06:00
2019-07-04 15:39:00 +02:00
2019-05-10 20:30:32 +02:00
2018-10-27 12:20:03 +02:00
2018-01-01 19:25:38 -06:00
2018-10-20 16:31:35 +02:00
2018-10-20 16:31:35 +02:00
2018-08-20 11:20:33 +02:00
2018-10-20 10:35:55 -04:00
2018-08-20 11:20:33 +02:00
2019-05-01 14:26:13 +02:00
2019-02-08 19:04:05 -05:00
2018-10-20 16:31:35 +02:00
2019-04-20 12:50:26 +08:00
2019-04-20 12:50:26 +08:00
2019-01-25 20:42:49 +05:30
2019-05-10 20:30:50 +02:00
2016-07-21 21:33:54 +01:00
2019-04-20 12:50:26 +08:00
2019-02-16 17:18:19 +01:00
2018-11-30 14:14:41 +08:00
2019-01-20 16:12:10 +05:30
2019-01-20 16:12:10 +05:30