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

Method getForceSearchLowerCase

global.cpp:552–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550
551
552bool Global::getForceSearchLowerCase() {
553 settings->beginGroup("Search");
554 bool value = settings->value("forceLowerCase",false).toBool();
555 settings->endGroup();
556 forceSearchLowerCase = value;
557 return value;
558}
559
560
561

Callers

nothing calls this directly

Calls 1

valueMethod · 0.80

Tested by

no test coverage detected