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

Method isCorrect

plugins/ghprovider/ghproviderwidget.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117bool ProviderWidget::isCorrect() const
118{
119 return m_projects->currentIndex().isValid();
120}
121
122void ProviderWidget::projectIndexChanged(const QModelIndex &currentIndex)
123{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
currentIndexMethod · 0.45

Tested by

no test coverage detected