| 1612 | } |
| 1613 | |
| 1614 | void App::onDocumentStateChanged( UICodeEditor*, TextDocument& ) { |
| 1615 | updateEditorState(); |
| 1616 | } |
| 1617 | |
| 1618 | void App::onDocumentSelectionChange( UICodeEditor* editor, TextDocument& doc ) { |
| 1619 | onDocumentModified( editor, doc ); |
no outgoing calls
no test coverage detected