| 56 | } |
| 57 | |
| 58 | void StartupScenario::setStartupType(const std::optional<std::string>& type) |
| 59 | { |
| 60 | m_startupTypeStr = type ? type.value() : ""; |
| 61 | } |
| 62 | |
| 63 | bool StartupScenario::isStartWithNewFileAsSecondaryInstance() const |
| 64 | { |
no test coverage detected