MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / setCheckUpdatesEnabled

Method setCheckUpdatesEnabled

Engine/Settings.cpp:2928–2933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2926}
2927
2928void
2929Settings::setCheckUpdatesEnabled(bool enabled)
2930{
2931 _checkForUpdates->setValue(enabled);
2932 saveSetting( _checkForUpdates.get() );
2933}
2934
2935#ifdef NATRON_USE_BREAKPAD
2936bool

Callers 1

loadInternalMethod · 0.80

Calls 3

saveSettingFunction · 0.85
setValueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected