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

Method updateDependencies

src/pythoninterfaces/abstractpythoninterface.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632void AbstractPythonInterface::updateDependencies()
633{
634 runPackageScript(QStringLiteral("--upgrade"), true);
635}
636
637void AbstractPythonInterface::runConcurrentScript(const QString &script, QStringList args, bool feedback)
638{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected