MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / on_logLevel_currentIndexChanged

Method on_logLevel_currentIndexChanged

lib/general.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void AdvSceneSwitcher::on_logLevel_currentIndexChanged(int idx)
111{
112 if (loading) {
113 return;
114 }
115 SetLogLevel(static_cast<LogLevel>(ui->logLevel->itemData(idx).toInt()));
116}
117
118void AdvSceneSwitcher::on_autoStartEvent_currentIndexChanged(int index)
119{

Callers

nothing calls this directly

Calls 1

SetLogLevelFunction · 0.85

Tested by

no test coverage detected