| 30 | |
| 31 | |
| 32 | void EditorTest::initTestCase() |
| 33 | { |
| 34 | main_win = new MainWindow(GraphicMode::EDITOR, nullptr); |
| 35 | main_win->resize(1200, 800); |
| 36 | main_win->show(); |
| 37 | } |
| 38 | |
| 39 | void EditorTest::cleanupTestCase() |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected