Searched refs:workingDir (Results 1 – 1 of 1) sorted by relevance
412 QString workingDir = q->value(QLatin1String("Path")).toString(); in startApplicationDetached() local413 if (!workingDir.isEmpty() && !QDir(workingDir).exists()) in startApplicationDetached()414 workingDir = QString(); in startApplicationDetached()421 if (!workingDir.isEmpty()) in startApplicationDetached()422 p->setWorkingDirectory(workingDir); in startApplicationDetached()435 return QProcess::startDetached(cmd, args, workingDir); in startApplicationDetached()