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
..
2018-10-05 09:27:16 -05:00
2018-08-25 14:45:50 +02:00
2019-04-21 14:16:16 +02:00
2017-09-03 11:26:10 -06:00
2018-10-20 16:31:35 +02:00
2018-10-20 16:31:35 +02:00
2018-10-20 16:31:35 +02:00
2018-11-30 14:14:41 +08:00