MCPcopy Create free account
hub / github.com/KDE/kdenlive / installRequirements

Method installRequirements

src/pythoninterfaces/saminterface.cpp:130–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130bool SamInterface::installRequirements(QString reqFile)
131{
132 QString scriptPath = QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral("scripts/automask/%1").arg(reqFile));
133 qDebug() << "::: FOUND REQPATH: " << scriptPath;
134 if (!scriptPath.isEmpty()) {
135 return AbstractPythonInterface::installRequirements(scriptPath);
136 }
137 return false;
138}

Callers 1

checkCudaMethod · 0.45

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected