xwayland: Allow QProcess to use vfork()
If a child process modifier function is provided, the QProcess won't use vfork() anymore because it does not know what the modifier is going to change.
Since the process modifier only changes the file descriptors, it should be okay to use vfork().