MCPcopy Create free account
hub / github.com/KDE/kdevelop / clearError

Method clearError

plugins/git/simplecommitform.cpp:217–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void SimpleCommitForm::clearError()
218{
219 if (!m_inlineError->isHidden() && !m_inlineError->isHideAnimationRunning()) {
220 m_inlineError->animatedHide();
221 }
222}
223
224#include "moc_simplecommitform.cpp"

Callers 2

activateProjectMethod · 0.80
commitActiveProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected