MCPcopy Create free account
hub / github.com/ImpulseAdventure/JPEGsnoop / UseDefaults

Method UseDefaults

SnoopConfig.cpp:139–143  ·  view source on GitHub ↗

This is generally called after app initializes and registry has just been loaded.

Source from the content-addressed store, hash-verified

137// This is generally called after app initializes and registry
138// has just been loaded.
139void CSnoopConfig::UseDefaults()
140{
141 // Assume all settings are to their default values
142 // But some need copying over
143}
144
145// Update the flag to mark the configuration as dirty / modified
146// - This is used later to indicate that a resave is required

Callers 1

InitInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected