Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ setRestartRequired
Method
setRestartRequired
src/qt/optionsmodel.cpp:582–586 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
580
}
581
582
void OptionsModel::setRestartRequired(bool fRequired)
583
{
584
QSettings settings;
585
return settings.setValue(
"fRestartRequired"
, fRequired);
586
}
587
588
bool OptionsModel::isRestartRequired() const
589
{
Callers
nothing calls this directly
Calls
1
setValue
Method · 0.45
Tested by
no test coverage detected