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

Method getMessageLevel

dialog/preferences/debugpreferences.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114
115
116int DebugPreferences::getMessageLevel() {
117 int index = debugLevel->currentIndex();
118 return debugLevel->itemData(index).toInt();
119}
120
121
122void DebugPreferences::saveValues() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected