MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / getCaseSensitive

Method getCaseSensitive

gui/findreplace.cpp:144–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143
144QWebPage::FindFlags FindReplace::getCaseSensitive() {
145 QWebPage::FindFlags ff;
146 ff = QWebPage::HighlightAllOccurrences;
147 ff = 0;
148 if (caseSensitive->isChecked())
149 ff = ff | QWebPage::FindCaseSensitively;
150
151 return ff;
152}

Callers 6

findNextShortcutMethod · 0.80
findPrevShortcutMethod · 0.80
findNextInNoteMethod · 0.80
findPrevInNoteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected