| 4467 | } |
| 4468 | |
| 4469 | void MainWindow::doActionExportNormalToSF() |
| 4470 | { |
| 4471 | if (!ccEntityAction::exportNormalToSF(m_selectedEntities, this)) |
| 4472 | { |
| 4473 | return; |
| 4474 | } |
| 4475 | |
| 4476 | refreshAll(); |
| 4477 | updateUI(); |
| 4478 | } |
| 4479 | |
| 4480 | void MainWindow::doActionSetSFsAsNormal() |
| 4481 | { |
nothing calls this directly
no test coverage detected