| 998 | } |
| 999 | |
| 1000 | void 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 |