MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / run

Function run

launcher/DesktopServices.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57bool run(const QString& application, const QStringList& args, const QString& workingDirectory, qint64* pid)
58{
59 qDebug() << "Running" << application << "with args" << args.join(' ');
60 return QProcess::startDetached(application, args, workingDirectory, pid);
61}
62
63bool openUrl(const QUrl& url)
64{

Callers 13

executeTaskMethod · 0.85
openJsonEditorMethod · 0.85
executeTaskMethod · 0.85
executeTaskMethod · 0.85
extractConfigsMethod · 0.85
onModsDownloadedMethod · 0.85
executeTaskMethod · 0.85
unzipMethod · 0.85
downloadSucceededMethod · 0.85
downloadSucceededMethod · 0.85
executeTaskMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected