Albert S
e715be9787
There was an off-by-one, the SandboxedProcessor was only passed 'process', not the path to the file. No processor was found for 'process', thus 'nothingProcessor' was returned. Therefore, we never sandboxed (because we never had to process anything). The sandboxing would have failed though, because we need to launch QCoreApplication, not QApplication. The CLI was never affected.