| 2412 | } |
| 2413 | QiBlockExec EditUi::WidgetGetBlockExec() |
| 2414 | { |
| 2415 | QiBlockExec blockExec; |
| 2416 | int row = ui.block_list->currentRow(); |
| 2417 | if (row > -1) blockExec.id = ui.block_list->item(row)->data(DataRole::id).toInt(); |
| 2418 | return blockExec; |
| 2419 | } |
| 2420 | QiQuickInput EditUi::WidgetGetQuickInput() |
| 2421 | { |
| 2422 | QiQuickInput quickInput; |
nothing calls this directly
no outgoing calls
no test coverage detected