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

Method checkAfterInstall

src/pythoninterfaces/abstractpythoninterface.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void PythonDependencyMessage::checkAfterInstall()
155{
156 doShowMessage(i18n("Checking configuration…"), KMessageWidget::Information);
157 m_interface->checkDependencies(true, false);
158}
159
160AbstractPythonInterface::AbstractPythonInterface(QObject *parent)
161 : QObject{parent}

Callers

nothing calls this directly

Calls 1

checkDependenciesMethod · 0.45

Tested by

no test coverage detected