Searched refs:termCmd (Results 1 – 2 of 2) sorted by relevance
196 void MimeUtils::openInApp(const QFileInfo &file, QString termCmd) { in openInApp() argument206 qDebug() << "openInApp" << file.absoluteFilePath() << termCmd << mime << app << desktop; in openInApp()209 if (!terminal) { termCmd.clear(); } in openInApp()211 if (termCmd.isEmpty()) { termCmd = "xterm"; } in openInApp()213 openInApp(exec, file, termCmd); in openInApp()229 QString termCmd) { in openInApp() argument231 qDebug() << "openInApp" << exe << file.absoluteFilePath() << termCmd; in openInApp()267 if (termCmd.isEmpty()) { in openInApp()271 cmd = QString("%1 -e \"%2 %3\"").arg(termCmd).arg(name).arg(args); in openInApp()
25 void openInApp(QString exe, const QFileInfo &file, QString termCmd = QString());26 void openInApp(const QFileInfo &file, QString termCmd = QString());