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

Method projectIndexChanged

plugins/ghprovider/ghproviderwidget.cpp:122–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void ProviderWidget::projectIndexChanged(const QModelIndex &currentIndex)
123{
124 if (currentIndex.isValid()) {
125 QString name = currentIndex.data().toString();
126 emit changed(name);
127 }
128}
129
130void ProviderWidget::showSettings()
131{

Callers

nothing calls this directly

Calls 3

isValidMethod · 0.45
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected