| 167 | } |
| 168 | |
| 169 | void EditorManager::manageEditor(ScintillaNext *editor) |
| 170 | { |
| 171 | editors.append(QPointer<ScintillaNext>(editor)); |
| 172 | |
| 173 | setupEditor(editor); |
| 174 | |
| 175 | emit editorCreated(editor); |
| 176 | } |
| 177 | |
| 178 | void EditorManager::setupEditor(ScintillaNext *editor) |
| 179 | { |
no outgoing calls
no test coverage detected