| 32 | } |
| 33 | |
| 34 | void InitExecutor::handleRunawayException(const std::exception* e) |
| 35 | { |
| 36 | PrintExceptionContinue(e, "Runaway exception"); |
| 37 | Q_EMIT runawayException(QString::fromStdString(m_node.getWarnings().translated)); |
| 38 | } |
| 39 | |
| 40 | void InitExecutor::initialize() |
| 41 | { |
nothing calls this directly
no test coverage detected