Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
bool StandardVcsLocationWidget::isCorrect() const
51
{
52
return !m_urlWidget->url().isEmpty();
53
}
54
55
void StandardVcsLocationWidget::textChanged(const QString& /*str*/)
56
{
Callers
2
reevaluateCorrection
Method · 0.45
locationChanged
Method · 0.45
Calls
2
isEmpty
Method · 0.45
url
Method · 0.45
Tested by
no test coverage detected