| 1784 | } |
| 1785 | |
| 1786 | void MainWindow::activateEditor(ScintillaNext *editor) |
| 1787 | { |
| 1788 | qInfo(Q_FUNC_INFO); |
| 1789 | |
| 1790 | checkFileForModification(editor); |
| 1791 | updateGui(editor); |
| 1792 | |
| 1793 | emit editorActivated(editor); |
| 1794 | } |
| 1795 | |
| 1796 | void MainWindow::applyStyleSheet() |
| 1797 | { |
nothing calls this directly
no outgoing calls
no test coverage detected