How is the working directory set for the currently running application? QProcess::setWorkingDirectory will set the working directory for a new process being launched; however, how is it set for the running process? (QCoreApplication::?)