Lines Matching refs:cmd
266 QString cmd = name; in openInApp() local
268 cmd.append(" "); in openInApp()
269 cmd.append(args); in openInApp()
271 cmd = QString("%1 -e \"%2 %3\"").arg(termCmd).arg(name).arg(args); in openInApp()
273 qDebug() << "running:" << cmd; in openInApp()
274 QProcess::startDetached(cmd); in openInApp()
308 QString cmd = name; in openFiles() local
309 cmd.append(" "); in openFiles()
310 cmd.append(args); in openFiles()
311 qDebug() << "running:" << cmd; in openFiles()
312 QProcess::startDetached(cmd); in openFiles()