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

Method setUseLibTidy

global.cpp:1431–1439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1429}
1430
1431void Global::setUseLibTidy(bool value) {
1432 global.settings->beginGroup("Appearance");
1433 global.settings->setValue("useLibTidy", value);
1434 global.settings->endGroup();
1435 this->useLibTidy = value;
1436#ifndef _WIN32
1437 this->useLibTidy = false; // Removing obsolete setting.
1438#endif
1439}

Callers 1

saveValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected