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

Method launchModeChanged

kdevplatform/shell/launchconfigurationdialog.cpp:1000–1005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998}
999
1000void LaunchConfigurationDialog::launchModeChanged(int item)
1001{
1002 QModelIndex index = tree->currentIndex();
1003 if(debugger->isVisible() && item>=0)
1004 tree->model()->setData(index.sibling(index.row(), 1), debugger->itemData(item), Qt::EditRole);
1005}
1006
1007}
1008

Callers

nothing calls this directly

Calls 6

siblingMethod · 0.80
currentIndexMethod · 0.45
setDataMethod · 0.45
modelMethod · 0.45
rowMethod · 0.45
itemDataMethod · 0.45

Tested by

no test coverage detected