| 171 | } |
| 172 | |
| 173 | void MainWindow::init() |
| 174 | { |
| 175 | createTab("BehaviorTree"); |
| 176 | onTabSetMainTree(0); |
| 177 | onSceneChanged(); |
| 178 | _current_state = saveCurrentState(); |
| 179 | } |
| 180 | |
| 181 | void MainWindow::closeEvent(QCloseEvent *event) |
| 182 | { |
nothing calls this directly
no outgoing calls
no test coverage detected