| 43 | } |
| 44 | |
| 45 | void TestState::cleanupState() |
| 46 | { |
| 47 | EditorWidgets::getInstance().clear(); |
| 48 | EditorWidgets::getInstance().loadxmlDocument(mTestLayout, false); |
| 49 | |
| 50 | deleteTestLayout(); |
| 51 | |
| 52 | WidgetSelectorManager::getInstance().restoreSelectedWidget(); |
| 53 | |
| 54 | delete mBackgroundControl; |
| 55 | mBackgroundControl = nullptr; |
| 56 | } |
| 57 | |
| 58 | void TestState::pauseState() |
| 59 | { |
nothing calls this directly
no test coverage detected