| 1 | #include "editorshowupdateinterface.h" |
| 2 | |
| 3 | EditorShowUpdateInterface::EditorShowUpdateInterface() |
| 4 | { |
| 5 | //ctor |
| 6 | } |
| 7 | |
| 8 | EditorShowUpdateInterface::~EditorShowUpdateInterface() |
| 9 | { |
nothing calls this directly
no outgoing calls
no test coverage detected