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

Method remove

plugins/projectfilter/projectfilterconfigpage.cpp:147–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void ProjectFilterConfigPage::remove()
148{
149 Q_ASSERT(m_ui->filters->currentIndex().isValid());
150 m_model->removeRows(m_ui->filters->currentIndex().row(), 1);
151}
152
153void ProjectFilterConfigPage::moveUp()
154{

Callers 6

removeProjectMethod · 0.45
projectClosingMethod · 0.45
removeRowsMethod · 0.45
onModelRemovedMethod · 0.45
documentClosedMethod · 0.45
documentUrlChangedMethod · 0.45

Calls 4

isValidMethod · 0.45
currentIndexMethod · 0.45
removeRowsMethod · 0.45
rowMethod · 0.45

Tested by

no test coverage detected