MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / wordUnderCursor

Method wordUnderCursor

lib/QCodeEditor/src/internal/QCodeEditor.cpp:733–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

731}
732
733QString QCodeEditor::wordUnderCursor() const
734{
735 auto tc = textCursor();
736 tc.select(QTextCursor::WordUnderCursor);
737 return tc.selectedText();
738}
739
740void QCodeEditor::insertFromMimeData(const QMimeData *source)
741{

Callers

nothing calls this directly

Calls 1

selectedTextMethod · 0.80

Tested by

no test coverage detected