| 2150 | } |
| 2151 | |
| 2152 | void reader::unsetTextDialogLock() { |
| 2153 | QTextCursor cursor = ui->text->textCursor(); |
| 2154 | cursor.clearSelection(); |
| 2155 | ui->text->setTextCursor(cursor); |
| 2156 | |
| 2157 | textDialogLock = false; |
| 2158 | } |
| 2159 | |
| 2160 | void reader::highlightText() { |
| 2161 | log("Highlighting text '" + selected_text + "'", className); |
nothing calls this directly
no outgoing calls
no test coverage detected