| 37 | } |
| 38 | |
| 39 | void CodePortingManager::slotShowConfigWidget() |
| 40 | { |
| 41 | if (cfgWidget) { |
| 42 | cfgWidget->setModal(true); |
| 43 | cfgWidget->show(); |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | void CodePortingManager::slotPortingStart(const QString &project, const QString &srcCPU, const QString &destCPU) |
| 48 | { |