MCPcopy Create free account
hub / github.com/Quill-OS/quill / unsetTextDialogLock

Method unsetTextDialogLock

src/reader/reader.cpp:2152–2158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected