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

Method modelChanged

kdevplatform/shell/launchconfigurationdialog.cpp:414–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414void LaunchConfigurationDialog::modelChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight)
415{
416 if (tree->selectionModel())
417 {
418 QModelIndex index = tree->selectionModel()->selectedRows().first();
419 if (index.row() >= topLeft.row() && index.row() <= bottomRight.row() && bottomRight.column() == 1)
420 selectionChanged(tree->selectionModel()->selection(), tree->selectionModel()->selection());
421 }
422}
423
424void LaunchConfigurationDialog::deleteConfiguration()
425{

Callers

nothing calls this directly

Calls 4

firstMethod · 0.45
rowMethod · 0.45
columnMethod · 0.45
selectionMethod · 0.45

Tested by

no test coverage detected