MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / Options

Method Options

PathCopyCopy/src/PathCopyCopySettingsApp.cpp:93–96  ·  view source on GitHub ↗

Constructor.

Source from the content-addressed store, hash-verified

91 // Constructor.
92 //
93 SettingsApp::Options::Options() noexcept
94 : m_UpdateCheck(false)
95 {
96 }
97
98 //
99 // Enables the flag that tells the settings app to check for updates.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected