| 59 | } |
| 60 | |
| 61 | bool CodeEditor::start() |
| 62 | { |
| 63 | qInfo() << __FUNCTION__; |
| 64 | |
| 65 | initActions(); |
| 66 | initWindowService(); |
| 67 | initButtonBox(); |
| 68 | initEditorService(); |
| 69 | initOptionService(); |
| 70 | initSymbol(); |
| 71 | registerVariables(); |
| 72 | |
| 73 | return true; |
| 74 | } |
| 75 | |
| 76 | dpf::Plugin::ShutdownFlag CodeEditor::stop() |
| 77 | { |
no outgoing calls
no test coverage detected