Home
last modified time | relevance | path

Searched refs:termCmd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/qfm/
H A Dmimeutils.cpp196 void MimeUtils::openInApp(const QFileInfo &file, QString termCmd) { in openInApp() argument
206 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() argument
231 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()
H A Dmimeutils.h25 void openInApp(QString exe, const QFileInfo &file, QString termCmd = QString());
26 void openInApp(const QFileInfo &file, QString termCmd = QString());