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

Method doShowMessage

src/pythoninterfaces/abstractpythoninterface.cpp:143–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void PythonDependencyMessage::doShowMessage(const QString &message, KMessageWidget::MessageType messageType)
144{
145 if (message.isEmpty() && m_interface->status() == AbstractPythonInterface::Installed) {
146 hide();
147 } else {
148 setMessageType(messageType);
149 setText(message);
150 show();
151 }
152}
153
154void PythonDependencyMessage::checkAfterInstall()
155{

Callers

nothing calls this directly

Calls 2

isEmptyMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected