Commit 5b932901 authored by Lioncash's avatar Lioncash
Browse files

yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function

Other overloads of start() are considerably much safer to use if we ever
need this in the future and need to pass arguments to the program, given
it contains separate parameters for the program path and the arguments
themselves, whereas this unsafe overload contains both as a single
string.

Given the alternatives are much safer, we can disable this.
parent b5e1e879
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment