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

Method listDependencies

src/pythoninterfaces/abstractpythoninterface.cpp:801–804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801const QStringList AbstractPythonInterface::listDependencies()
802{
803 return parseDependencies(m_dependencies.keys(), true);
804}
805
806QString AbstractPythonInterface::runScript(const QString &script, QStringList args, const QString &firstarg, bool concurrent, bool packageFeedback)
807{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected