mirror of https://git.suyu.dev/suyu/suyu
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.merge-requests/60/head
parent
5b93290183
commit
d7d5bffa18
Loading…
Reference in New Issue