| 108 | } |
| 109 | |
| 110 | void AdvSceneSwitcher::on_logLevel_currentIndexChanged(int idx) |
| 111 | { |
| 112 | if (loading) { |
| 113 | return; |
| 114 | } |
| 115 | SetLogLevel(static_cast<LogLevel>(ui->logLevel->itemData(idx).toInt())); |
| 116 | } |
| 117 | |
| 118 | void AdvSceneSwitcher::on_autoStartEvent_currentIndexChanged(int index) |
| 119 | { |
nothing calls this directly
no test coverage detected