MCPcopy Create free account
hub / github.com/TeXworks/texworks / programPath

Method programPath

src/Engine.cpp:98–103  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

96
97// static
98QString Engine::programPath(const QString & prog)
99{
100 if (prog.isEmpty()) return QString();
101
102 return TWApp::instance()->findProgram(prog, binPaths());
103}
104
105
106QProcess * Engine::run(const QFileInfo & input, QObject * parent /* = nullptr */)

Callers

nothing calls this directly

Calls 1

findProgramMethod · 0.80

Tested by

no test coverage detected