--------------------------------- EditorApp::create creation factory
| 100 | // creation factory |
| 101 | // |
| 102 | Glib::RefPtr<EditorApp> EditorApp::create() |
| 103 | { |
| 104 | return Glib::RefPtr<EditorApp>(new EditorApp()); |
| 105 | } |
| 106 | |
| 107 | //--------------------------------- |
| 108 | // EditorApp::CreateMainWindow |
nothing calls this directly
no outgoing calls
no test coverage detected