Destructor
| 93 | |
| 94 | // Destructor |
| 95 | TestbedApplication::~TestbedApplication() { |
| 96 | |
| 97 | // Destroy all the scenes |
| 98 | destroyScenes(); |
| 99 | } |
| 100 | |
| 101 | // Initialize the viewer |
| 102 | void TestbedApplication::start() { |
nothing calls this directly
no outgoing calls
no test coverage detected