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

Method isCorrect

kdevplatform/vcs/widgets/standardvcslocationwidget.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool StandardVcsLocationWidget::isCorrect() const
51{
52 return !m_urlWidget->url().isEmpty();
53}
54
55void StandardVcsLocationWidget::textChanged(const QString& /*str*/)
56{

Callers 2

reevaluateCorrectionMethod · 0.45
locationChangedMethod · 0.45

Calls 2

isEmptyMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected