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