| 1821 | } |
| 1822 | |
| 1823 | void MainWindow::setLanguage(ScintillaNext *editor, const QString &languageName) |
| 1824 | { |
| 1825 | qInfo(Q_FUNC_INFO); |
| 1826 | qInfo("Language Name: %s", qUtf8Printable(languageName)); |
| 1827 | |
| 1828 | app->setEditorLanguage(editor, languageName); |
| 1829 | } |
| 1830 | |
| 1831 | void MainWindow::bringWindowToForeground() |
| 1832 | { |
nothing calls this directly
no test coverage detected